GLPK is C software. C# is a different programming language. You cannot compile C as C#. You need a C compiler.
But you can call a C language DLL from C#. Best regards Heinrich Schuchardt http://www.xypron.de Am 16.09.15 um 14:10 schrieb usa usa > Hi, Heinrich, thanks. > > > > The link https://en.m.wikibooks.org/wiki/GLPK/Windows is about building > > GLPK by Visual C++. > > > > I would like to build it by Visual C#. > > > > Any help would be appreciated. > > > > thanks > > > > > > On Wed, Sep 16, 2015 at 1:00 AM, Heinrich Schuchardt <[email protected]> > > wrote: > > > > > See batch files in w32 and w64 directory. > > > > > > Read https://en.m.wikibooks.org/wiki/GLPK/Windows > > > > > > Or simply use binaries provided by http://sourceforge.net/projects/winglpk > > > / > > > > > > Best regards > > > > > > Heinrich Schuchardt > > > > > > > > > > > > > > > usa usa <[email protected]>schrieb: > > >> > > >> Hi, > > >> > > >> I would like to build glpk.dll for C# so that I can call it from VS2013 > > >> on win7. > > >> > > >> I downloaded http://ftp.gnu.org/gnu/glpk/glpk-4.55.tar.gz > > >> > > >> But, the INSTALL document only talked about how to build and install it > > >> on linux. > > >> > > >> How to build it in VS2013 to get the .dll ? > > >> > > >> Any help would be appreciated. > > >> > > >> thanks > > >> > > >> > > >> > > >> _______________________________________________ Help-glpk mailing list > > >> [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk > > > > > > _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
