[GnuWin32-Users] [gnuwin32 - Help] RE: hp2xx fails in windows 7
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
From: SourceForge.net <no...@so...> - 2011-09-19 19:54:18
|
Read and respond to this message at: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351 By: mz2ptc0 The problem as I understand it is that MS interprets the ANSI C99 standard to say that tmpfile should create the file in the root directory `C:\'. I am afraid the burden is on the programmer to be aware of this issue, including for Windows XP limited users, not just Vista and Windows 7. You may want to download a copy of glibc version 2.14 and look at <libio/stdio.h> . You probably compiled using mingw <stdio.h> . If the author publishes an updated version you could start a new thread as this one is getting stale. _____________________________________________________________________________________ You are receiving this email because you elected to monitor this topic or entire forum. To stop monitoring this topic visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/4425351/unmonitor To stop monitoring this forum visit: https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor |