<p>Am 30.01.2012 09:22 schrieb <<a href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a>>:<br>
><br>
><br>
><br>
> On Sun, 29 Jan 2012, Krzysztof wrote:<br>
><br>
>> Just as I thought - it is object class thing. So if "FPC does not<br>
>> (fully) support directly calling external C++ libraries" there are<br>
>> plans to support it? This will be great<br>
><br>
><br>
> There are no plans to support it, since every C++ compiler uses it's own<br>
> (incompatible) format, and G++ changes it format regularly, so I was given to understand.</p>
<p>I wouldn't say that there is no plan for C++ support as some code for this already exists in the compiler.<br>
While it's true that different C++ compilers are incompatible to each other and that also G++ likes to change its formats now and then, the basic memory layout in G++ is rather stable. The biggest problems is getting this supported at all, interfacing with the C++ Std library and things like virtual methods, etc.</p>
<p>Regards,<br>
Sven<br>
</p>