Mail Archives: djgpp/2001/06/07/02:07:45
Hello,
FreePascal (FPC) developers team made first steps to make possible
linking C++ class libraries to pascal programs. I would also make
something in this work because now this work seems to be frozen.
Currently FPC team plans to use gcc as compatible C++ compiler. The
DOS port of FPC is based on GO32V2, therefore it must become able to
link DJGPP class libraries. To make support of DJGPP classes in FPC I
would find some information. Where I could find it?
1) What are rules of methods names mangling?
2) Are static libraries created by different versions of DJGPP
compatible by mangled names?
3) Where are described internal mechanisms of replacing methods in
child classes (virtual methods table or something similar)?
- Raw text -