[fpc-pascal] Corba ABI change ?
Tony Whyman
tony.whyman at mccallumwhyman.com
Wed Feb 18 09:39:45 CET 2026
The object layout has changed post 3.2 with the addition of an extra field. This breaks any code that makes assumptions about this. I had a problem with the Firebird OO API due to this change (also interfacing to C++), and had to rewrite the Firebird/IBX interface moving away from OO to extended records.
-------- Original message --------From: Adriaan van Os via fpc-pascal <fpc-pascal at lists.freepascal.org> Date: 17/02/2026 17:05 (GMT+00:00) To: FPC-Pascal users discussions <fpc-pascal at lists.freepascal.org> Cc: Adriaan van Os <adriaan at adriaan.biz> Subject: [fpc-pascal] Corba ABI change ? Has there been an ABI change in the trunk compiler (compared to fpc-3.2.4-rc1) for CORBA interfaces ? Maybe related to "Unicode"-strings ? I have some C++ interfacing code that works fine with fpc-3.2.4-rc1 but crashes with the trunk compiler.Any hints are appreciated.Regards,Adriaan van Os_______________________________________________fpc-pascal maillist - fpc-pascal at lists.freepascal.orghttps://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20260218/53d15dc5/attachment.htm>
More information about the fpc-pascal
mailing list