> Krishna wrote: > > Hi all, > > > > Is FPC ready for writing libraries callable from C/C++ on Win32 and Linux? > > > > Yes. Just that C++ objects aren't compatible, since the implementation of object orientation is slightly/majorly different between languages so you would have to use mainly procedural code and simple symbols if interfacing with/from C++.