> im using BC++ 5.0 and when using the built in GLPK
> functions i get EAccessViolation at certain adress. I
> unpacked GLPK, ran "make -f w32bc5.mak" and included
> the glpk library and "glpk.h" into my project. The
> same happens if i run the "sample.c" file, found in
> the Examples directory. It halts on "lpx_simplex(lp);"
> Anyone knows what seems to be the problem?

Try running "make -f w32bc5.mak check" to compile glpsol.c and solve
a sample lp instance. This must work. Then check options in your bc++
project (do not specify any unusual options).




_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to