[fpc-pascal] exports VS export
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Jan 18 20:28:04 CET 2011
On 18 Jan 2011, at 13:47, Alex Shishkin wrote:
> Following code crashes if disable define use_export_section.
What do you mean by "crashes"? A segmentation fault? If so, where exactly does it crash? And how do you import that routine in the program and call it? Currently, the "export" modifier apparently does not add an alias for the unmangled name, so I'm not sure how you are even getting things linked successfully.
Jonas
More information about the fpc-pascal
mailing list