This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linking error in MSVC 6.0


Trond Mathias Døskeland writes:
 > This code I compile with GCC without any errors. When I use MSVC I get
 > 18 errors. This although I have added ligsl.lib and libgslcblas.lib to
 > the list of libraries and compiled the DLLs with /MD.
 > 

I could not reproduce the problem.  

I created an empty "Win32 Console Application" using the new project
wizard and added the code as test.cpp. I set the runtime library to
"Multithreaded DLL" and put libgsl.lib, libgslcblas.lib in the link
library modules option. It compiled and ran.

Brian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]