No, please ignore this advice from Earnie. It is just partial true and also misleading. Indeed the decoration of symbols with an '@' is either caused by the stdcall-convention, or by the fastcall. Nevertheless there is a way to have in export-table no '@' decoration. Just use for 32-bit the --kill-at option of ld (usable by gcc's frontend via -Wl,--kill-at option).
For 64-bit this option isn't necessary, as for 64-bit there is just on calling-convention in fact, and it has no special decoration. Hope this answers your question. Regards, Kai ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
