[Bug 3613] tmpfile() not working with MinGW application

Wine Bugs wine-bugs at winehq.org
Tue Oct 18 10:37:22 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=3613





------- Additional Comments From freddiewitherden at hotmail.com  2005-18-10 10:37 -------
On Windows temporary files go in either C:\temp, C:\Windows\Temp or %user%'\temp (or something to 
that effect, that each user has their own 'local' temp directory. tmpfile() is used because if your program 
crashes while it is running the temp file will be in a 'temp' directory, which can the be removed periodically 
by the operating system.
However, why does the one compiled in visual studio 2005 work? It uses MSVCR80d.dll (d is for 
debugging) instead. So, what would you suggest I do? Map Z:\ to something else which everyone can write 
to?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list