bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] Memory access error in glpsql.c


From: glpk xypron
Subject: Re: [Bug-glpk] Memory access error in glpsql.c
Date: Fri, 01 Jul 2011 23:05:24 +0200

Hello Andrew,

See appended glpsql.c

----

Debugging memory access errors is only possible if debug information is
available. The Microsoft compiler allows to create files *.pdb
containing this debugging information.

Please add option /Zi in the Windows makefiles, e.g.

CFLAGS = /I. /nologo /W3 /O2 /Zi

The debug information will not be in the dll and executable.
No performance loss will result.

See
http://msdn.microsoft.com/en-us/library/958x11bc.aspx

Best regards 

Xypron


-- 
NEU: FreePhone - kostenlos mobil telefonieren!                  
Jetzt informieren: http://www.gmx.net/de/go/freephone

Attachment: glpsql.c
Description: Text document


reply via email to

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