Re: [Help-glpk] Re: help linking glpk with visual c++

2005-12-06 Thread [EMAIL PROTECTED]
I have solved the problem simply by putting extern "C"{#include  "glpk.h"} in my main function  and  than I compiled all the .c files in the src repository included in glpk-4.8  installation repository. This permits to add .c files to the workingspace in which the main function in defined. a+    

[Help-glpk] link to GLPK: Dev-C++ ok, BC++ error.

2005-12-06 Thread Antonello Lobianco
Hello, after sucesfully linked GLPK with Kdevelop on Linux and Dev-C++ on Windows, I'm trying with Borland C++. I placed the extern "C" { #include "glpk.h"} header and place the directories of include and lib in the project file, but I can't still have it working. I get this error message: Unr