Read and respond to this message at: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1313047
By: julia1234

Hi!
I have a similar problem, my program compiled, linked successfully, but have
a run problem:

Unhandled exception : Access violation writing location.

I have GnuWin32 gsl version 1.8, and Microsoft Visual C++ .NET, and I define
the GSL_DLL in the Preprocessor Definitions, WIN32 defined too.
I tried the solutions to similar problems, as copying the dll's to the local
library with no success.


Thanks you.
Julia


The code:

#include <gsl/gsl_matrix.h>
int main (void){
    [u]gsl_matrix * m = gsl_matrix_alloc (10, 3);[/u]
    gsl_matrix_free (m);
    return 0;
}


_____________________________________________________________________________________
You are receiving this email because you elected to monitor this topic or 
entire forum.
To stop monitoring this topic visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/topic/1313047/unmonitor
To stop monitoring this forum visit: 
https://sourceforge.net/projects/gnuwin32/forums/forum/74807/unmonitor

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
GnuWin32-Users mailing list
GnuWin32-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnuwin32-users

Reply via email to