Am 06.06.2012 11:55, schrieb Xiangrong Fang:
Hi,

I am playing with CURL in FPC.  My question is, if I write a wrapper for
curl, e.g. TEasyCURL, is it possible to put this class into a shared
library and let a C++ program use it (either static or dynamic link)?

No, as C++ and FPC classes have a different layout of the internal class structures which point to their methods and fields.

Regards,
Sven


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to