[GnuWin32-Users] [gnuwin32 - Help] RE: barcode.exe crashes

2007-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4310026 By: gnuwin32 I've eliminated the use of libgw32c for replacements of certain functions from msvcrt.dll, notable the stat functions. This results in less dependence on kernel32.dll and more on msvcrt.dll

[GnuWin32-Users] [gnuwin32 - Help] RE: barcode.exe crashes

2007-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4309842 By: msmeyer Thanks! Casual testing shows it works now! Going to make more tests next week... Just for reference, what did you change in this version? I also notice that executable and dll sizes are now

Re: [GnuWin32-Users] hypot with gsl static library

2007-05-13 Thread Kees Zeelenberg
You can define hypot to _hypot at the start of your program (in C: #define hypot _hypot) and then recompile. In Visual C++ the POSIX names, such as hypot, are automatically converted to the MSVCRT names with underscore prepended, unless some specific option has been defined to turn off this conver

[GnuWin32-Users] [gnuwin32 - Help] RE: barcode.exe crashes

2007-05-13 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4309690 By: gnuwin32 A recompiled barcode is available from http://gnuwin32.sourceforge.net/ I hope this works also on Win2000 and Win2003. _