> I always prodce debug and release version in order to ensure that
> the code work properly.  The release version also stopped immediately
> after such failure.  

In MSVC 2008 IDE choose
"Project/Properties/Configuration Properties/C++/Code Generation"
and make sure that "Basic Runtime Checks" option disables the data
loss check (i.e. there must be no option /RTCc). For more details
please consult MSDN.

I doubt that /RTC option is enabled for the release version, because
it cannot be used with /O options.

A much better way to build glpk with msvc 2008 is to use batch scripts
included in the distribution (see subdirectory w32 and w64). Thanks.



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to