Hello,
 
I am using glpk 4.25 and run the batch file after changing the HOME path in 
Build_GLPK_with_VC6.bat to C:\Program Files\Microsoft Visual Studio 8\VC. It 
created the following files glpsol , glpk object file library and glkp 4.25 
export definitaion file in the same folder (w32). Does this mean the batch file 
run properly. Next I try to run sample.c code but it gives me an error saying 
fatal error cannot open incllude file 'glpk.h' no such file or directory. The 
foll awing is the path of my files
 
C:\LP\glpk-4.25\glpk-4.25\examples\sample.c
 
My glpk.h files are in the following directory
 
C:\LP\glpk-4.25\glpk-4.25\include
 
 I type the following at the command prompt of Visual Stodio 2005 
 
C:\LP\glpk-4.25\glpk-4.25\examples> cl sample.c
 
hit enter and the error I get is this
 
 fatal error C1083: cannot open incllude file 'glpk.h' no such file or directory
 
Please help.
 
Thanks


      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to