Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3875945
By: oli78

Hi all,

I'm using MSVC on XP and I've a problem with gsl_rng_set. When I use this 
function,
my program compiles and links correctly but fails at execution. Here is my piece
of code :


        unsigned long int seed;
        seed = unsigned long int(GetTickCount());
        gsl_rng_set(GSL_RNG,seed);

        gsl_rng_env_setup();
        GSL_RNG_TYPE = gsl_rng_mt19937;
        GSL_RNG = gsl_rng_alloc (GSL_RNG_TYPE);

I already had this problem for RNG without gsl_rng_set, but solved it using
GSL_DLL in the preprocessor definition.

Can someone help me ?
Thanks.

Olivier

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=74807

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to