Re: [GnuWin32-Users] Problems compiling with glibc in Visual Studio

2006-11-02 Thread Rajaram
I am talking about the GlibC which comes with GnuWin32 (i.e. the libgw32c package which is part of GnuWin32). See link http://gnuwin32.sourceforge.net/packages/libgw32c.htm. I took the capitalisation from the GnuWin32 which refers to it as GLibC. These included unistd.h, dirent.h etc. which weren

Re: [GnuWin32-Users] Problems compiling with glibc in Visual Studio

2006-11-02 Thread Tor Lillqvist
Rajaram writes: > I am trying to use zlib, libpng etc. in a project I am developing with > Visual Studio. These seemed to require functions defined in GlibC. Huh? Do you really with "GlibC" mean what's usually spelled as just "glibc", i.e. the GNU C library, used on Linux? Anyway, zlib and libp

[GnuWin32-Users] Problems compiling with glibc in Visual Studio

2006-11-02 Thread Rajaram
I am trying to use zlib, libpng etc. in a project I am developing with Visual Studio. These seemed to require functions defined in GlibC. I therefore installed GlibC. Now there are HUGE number of errors coming up in the GlibC headers. For instance long long is used everywhere. VC doesnt seem to sup