[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] [Fwd: unable to call method from glpk_4_45.dll]
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] [Fwd: unable to call method from glpk_4_45.dll] |
Date: |
Sat, 25 Jun 2011 10:01:49 +0400 |
> Can anyone help me how to call glpk_4_45.dll
>
> I could build this dll using Build_GLPK_with_VC9_DLL.BAT available in win32
> folder.
> I am not able to register this dll using regsvr32
>
> I want to use the methos/funtions of glpk in C# using visual studio 8.
>
I'm not sure about C#, but I think you don't need to register the glpk
dll; as a rule, it is sufficient to have the dll in the same directory
where the executable is placed or in a directory specified by the PATH
environment variable.
See also http://en.wikibooks.org/wiki/GLPK/C-Sharp .