A GLPK Visual Studio project can be built very easily. The only annoying bits are:
1) that you have to remember to add glpk.h which has its own directory in the distribution; 2) the source directory has two subdirectories 'colamd' and 'amd' which you need to include. If it still doesn't work perhaps you could send the log of the compilation with the error messages. > ----- Original Message ----- > From: "glpk xypron" <[email protected]> > To: [email protected] > Cc: Help Glpk <[email protected]> > Subject: [Help-glpk] Re: GLPK Help - compile GLPK inside Visual C++ 2008 > Date: Tue, 28 Dec 2010 11:55:09 +0100 > > > Hello Leonardo, > > I have no experience on setting up GLPK as a proper Visual C project. > May be somebody else on the list has. > > GLPK comes with Makefiles that can be used from the console. > > Unzip glpk-4.45.tar.gz. > > Open a console windows (cmd.exe). > > Depending on whether you are working on 32 or 64bit Windows, > please, navigate to directory glpk-4.45\w32 or glpk-4.45\w64. > > Check the paths specified in Build_GLPK_with_VC9.bat. > > Execute Build_GLPK_with_VC9.bat. > > see > http://en.wikibooks.org/wiki/GLPK/Windows > > A description on using GLPK in Visual C++ can be found in > http://pitt.chapter.informs.org/files/Intro_To_GLPK_Slides.pdf > > Best regards > > Xypron > > -------- Original-Nachricht -------- > > Datum: Mon, 27 Dec 2010 19:44:41 +0000 > > Betreff: GLPK Help > > > Hi XYPRON, > > > > I am trying to compile GLPK inside Visual C++ 2008 but it is > > hard until now. I created a new empty project , placed the > > files (.c) and the headers, but I can't build it, there is a > > link problem. Iwould like to modify some files and build a > > new dll (lib) file. Do you know how to do it? > > > > Thank you. > > > > -- > > This message has been sent to you, a registered SourceForge.net user, > > by another site user, through the SourceForge.net site. This message > > has been delivered to your SourceForge.net mail alias. You may reply > > to this message using the "Reply" feature of your email client, or > > using the messaging facility of SourceForge.net at: > > https://sourceforge.net/sendmessage.php?touser=1477882 > > > > -- > NEU: FreePhone - kostenlos mobil telefonieren und surfen! > Jetzt informieren: http://www.gmx.net/de/go/freephone > > _______________________________________________ > Help-glpk mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-glpk > -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
