Jeremy North wrote: > > Interesting FYI: The Win32 Delphi compiler and code generator > is written in > > C++, > > No it isn't. It is written in C.
I'm not sure where you got this from - it's written mostly in C++ with some C routines and was originally based on the backend for the Borland 32-bit C++ compiler. In fact, if you look inside the DLL, you can see the assert strings left behing which show you the filenames such as: xx.cpp xxtype.cpp chasm.cpp i32inst.cpp cvlib.c TTFN, Paul. _______________________________________________ Delphi mailing list [email protected] http://ns3.123.co.nz/mailman/listinfo/delphi
