"Jonathan Wilson" jonwil@tpgi.com.au wrote:
Only native Win32 compilers do that. gcc under Linux doesn't generate that crap.
aah, I was using MingW on windows to test the dll.
You can use Wine build system in order to test your dll. For that you just need to make your new dll a part of the Wine dll tree (which you will need to do anyway). Wine makefiles already have all the needed tweaks to strip stdcall @xx suffixes when building under MinGW or Cygwin.
Looks like my .spec file should work when I solve this bitblt problem, finish testing and move the code over to linux to add it to my WINE tree.
ok.