http://bugs.winehq.org/show_bug.cgi?id=3613
freddiewitherden@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Different Compilers == |tmpfile() not working with |Different Results |MinGW application
------- Additional Comments From freddiewitherden@hotmail.com 2005-17-10 16:33 ------- After looking into it I found that the tmpfile() call was causing the problem. If I replace FILE *tmpFile = tmpfile() with FILE *tmpFile = fopen("temp.file", "wb+"); it worked perfectly. I am still unsure however which library is providing the .exe's stdlib, and it would seem that the reason the VC++ version worked is because I used the native MSVC80d.dll file rather than the Wine one.