[GnuWin32-Users] [gnuwin32 - Help] RE: Unable to run GSL example

2005-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3025600 By: jds2 Hi- I'm not sure what's causing your difficulty. I copied the Ch 14 example code into a source file, compiled it with MinGW linking with either the gsl/gslcblas static or dll libs, and ran i

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Unable to run on Visual C++ 6.0

2005-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3027262 By: nobody 1. Within VisualStudio, go to File->New->Project, then "Visual C++ Projects," then "Win32," then "Win32 Console Application." Enter a name and click "OK." On the next screen click "Finish."

[GnuWin32-Users] [gnuwin32 - Help] RE: GSL: Unable to run on Visual C++ 6.0

2005-03-02 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3027143 By: jds2 Hi- You say the "library gets compiled and linked". Do you mean that you are compiling the gsl library itself, or just that you're trying to link your program against the library? The only