LIBRARY test.dll
EXPORTS
get_url = get_url@12
get_urlW = get_urlW@12
Version 1.0 RC2.
Thanks for the reply. However, it doesn't seem that the link has the info I need. It talks of a "dlltool" for creating import libraries. However, it isn't an import library I need. I specifically want to remove the name decoration with the __stdcall calling convention.
I understand that I can do it by adding aliases to a def file. So that:
get_url = get_url@12
But how do I "link in" the def file so that the aliases appear in the export table of the DLL?
I'm not an expert with MingGW from the command line. Is there any way I can add the option to C::B?
-Wl,--kill-at