DIP45: fixing the dllimport/dllexport issue
Martin Nowak
code at dawg.eu
Sat Nov 16 07:05:57 PST 2013
On 09/23/2013 08:30 AM, Rainer Schuetze wrote:
>
> I just checked the OMF and COFF docs: it should be possible to wipe out
> the export records without having to rewrite the object files, so it's
> not too involved. Don't know about ELF or mach-o, though.
I tried this and implemented it by rewriting the ELF sym flag for
export, so it's was done by a rewrite of the object file. Maybe there
are other solutions, but this seemed to be the simplest approach.
More information about the Digitalmars-d
mailing list