help-glpk
[Top][All Lists]
Advanced

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

Re[2]: [Help-glpk] glpk in VC7


From: Andrew Makhorin
Subject: Re[2]: [Help-glpk] glpk in VC7
Date: Wed, 28 Jul 2004 15:00:17 +0400

>>This is normal, because all these structs are declared locally.
>
>Unfortunately, VC7.Net Managed C++ assumes that all structs are global.

This does not conform to the ANSI/ISO C standard (perhaps this is a
next quirk of ms :+). Probably you need to change some compiler options.

>>Do not change the source code. Use the makefile w32vc6.mak to compile
>>the package; I believe it must work with vc7.
>
>The command nmake -f w32vc6.mak works fine in VC6, but not VC7 (I have
>both VC6 and VC7 installed on my computer)
>
>In VC7, it complained that mspdb71.dll could not found.  After I found
>mpsdb71.dll and copy it to the right directory, it complains uuid.lib
>can not be found.  I cannot find uuid.lib under Microsoft Visual Studio
>.Net 2003.
>
>I also tried to compile w32vcd.mak.  It complained that windows.h can
>not be found.

Looks like your msvs installation is incomplete (uuid.lib is part of
msvs).






reply via email to

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