Orlando Llanes wrote:
I was cleaning out my box and ran across my "Realization Of The
Self..." post, just wanted to say nevermind :} I wrote that post because at the time I figured that since GPC objects are not compatible with DJGPP classes EDI might as well contain Self.
It may or may not. Better do not rely on `Self' being a specific register because that can heavily depend on the optimization level.
I was porting my libs to DJGPP for the heck of it and found out that GPC and DJGPP are OO compatible to a certain point.
Sorry? DJGPP is a platform several compilers - including GPC and GCC - can run on. You are probably talking about compatibility between GPC and G++.
All you have to do when writing an external assembly program for an object member is to declare a global for each version of the name. [...]
Funny. So the mechanisms to link OOP stuff are almost the same in G++ and GPC ... (:
Greetings,
Peter