> I need to run my system with GLPK DLL. > > When I insert the GLPK DLL in the .net Project the following message is > showed: > "This is not a valid assembly or COM component." > > What I need to do to run correctly the GLPK with C#.net? :/
You need to include in the project the import library glpk48.lib while glpk48.dll must be accessible during the program run. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
