help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] crash


From: Antonio Montano
Subject: [Help-gsl] crash
Date: Sat, 08 Nov 2003 23:47:09 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030925

Hi all, I need to solve a pde under windows. So I got Cygwin with GSL sources. Then I wrote a simple application under MSVC++ and the compilation was fine. I add to project settings the following libs: libgslcblas.a libgsl.dll.a libgslcblas.dll.a libpthread.a.

When I try to start the application I got an access violation with the following stack trace:

0005ec90()
mainCRTStartup() line 129 + 6 bytes
KERNEL32! 77ea847c()

where the code in mainCRTStartup is

       /*
        * Get the full Win32 version
        */
       _osver = GetVersion();          <-------------------------------

       _winminor = (_osver >> 8) & 0x00FF ;
       _winmajor = _osver & 0x00FF ;
       _winver = (_winmajor << 8) + _winminor;
       _osver = (_osver >> 16) & 0x00FFFF ;

I tried for hours to understand the problem but nothing ......

I'll appreciate any help. Thanks in advance.

Antonio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]