Using Visual Studio 2010 beta I was able to compile with
the provided batch file Build_Glpk_with_VC10_DLL.bat.

With Visual Studio Express 2010 and Windows SDK 7.1 installed
the script fails due to missing batch file
C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat

Replacing 
call %HOME%\vcvarsall.bat x64
by
CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
solved the problem for me.

I would be happy if other GLPK users could verify that this will
work for them too.

Best regards

Xypron
-- 
GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
Jetzt freischalten! http://portal.gmx.net/de/go/maxdome

_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to