I have set the runtime check to default which ensure the error about ESP won't
happen. So the outcome should be attributed to other problems. Thanks for any
suggestion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I compiled the program with GSL_DLL on. The Visual Studio 05 complained
that "__imp_gsl_matrix_submatrix" and "__imp_gsl_matrix_view_array" couldn't
be found, which didn't happen without GSL_DLL switch. I think program with GSL
on Windows is too tricky. Is there any complete compling guidance?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Why the GSL code compiled on VS2005 get runtime error every time.
I have set the runtime check to default which ensure the error about ESP won't
happen. So the outcome should be attributed to other problems. Thanks for any
suggestion.
Did you compile with the switch GSL_DLL on?
When I compiled the program with GSL_DLL on. The Visual Studio 05 complained
that "__imp_gsl_matrix_submatrix" and "__imp_gsl_matrix_view_array" couldn't
be found, which didn't happen without GSL_DLL switch. I think program with GSL
on Windows is too tricky. Is there any complete compling guidance?