if I have a source of library written in C/C++ (lets say its libxml2), now I’d like to build it, and link it into the delphi application… I know it is possible, since Delphi Zlib does it ( http://www.dellapasqua.com/delphizlib/ ) … But my question is, how to prepare those .obj files?
Thanks in advance
m.
You would need to use CodeGear’s C++ compiler to produce compatible obj files for Delphi. Does your Delphi come with C++ Builder? Otherwise you could try the free (Borland) commandline version. Read more about this subject here.