Please help me,
I use VC 2008 with OpenCV and GNU.
At first, there is an error: file _dll not found. I follow as in this topic, https://sourceforge.net/forum/forum.php?thread_id=1390584&forum_id=74807
Now, it can find some _dll file, but there is another error.
Error 1 error LNK2001: unresolved external symbol _gsl_rng_mt19937
I don't know what is.
If anyone can help me, I am so appriciate.
Did you compile with the preprocessor symbol GSL_DLL defined?
Sorry, I don't know what you tell me?
How can I know that I compile with the preprocessor wymbol GSL_DLL or not?
Please help me!
Look into the documentation or help file of your compiler.
I read it in the page: http://gnuwin32.sourceforge.net/packages/gsl.htm
"If you will be using one of the dynamic libraries, add GSL_DLL to the list of predefined macros"
but I don't know how to add GSL_DLL to the list of predefined macros.
Please help me,
I use VC 2008 with OpenCV and GNU.
At first, there is an error: file _dll not found.
I follow as in this topic,
https://sourceforge.net/forum/forum.php?thread_id=1390584&forum_id=74807
Now, it can find some _dll file, but there is another error.
Error 1 error LNK2001: unresolved external symbol _gsl_rng_mt19937
I don't know what is.
If anyone can help me, I am so appriciate.
Did you compile with the preprocessor symbol GSL_DLL defined?
Sorry, I don't know what you tell me?
How can I know that I compile with the preprocessor wymbol GSL_DLL or not?
Please help me!
Look into the documentation or help file of your compiler.
I read it in the page:
http://gnuwin32.sourceforge.net/packages/gsl.htm
"If you will be using one of the dynamic libraries, add GSL_DLL to the list of predefined macros"
but I don't know how to add GSL_DLL to the list of predefined macros.