Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-11-30 Thread Heinrich Schuchardt
Hello Sylvain, I just released GLPK for Java 1.3.1 which fixes the error. Best regards Heinrich Schuchardt On 30.11.2015 19:26, Sylvain Fournier wrote: > Hi Heinrich, > > I recently updated GLPK for Java to version 4.57 and I'd like to share > some considerations I had for the next versions. >

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-11-30 Thread Heinrich Schuchardt
Hello Sylvain, thank you for your feedback. swig/glpk.i already has this code #ifdef GLPKPRELOAD %pragma(java) jniclasscode=%{ try { System.loadLibrary("glpk_4_57"); } catch (UnsatisfiedLinkError e) { // The dependent library might be in the OS library search

Re: [Help-glpk] GLPK for Windows 4.57, GLPK for Java 1.3.0, and GLPK for C#/CLI 1.1.0 released

2015-11-30 Thread Sylvain Fournier
Hi Heinrich, I recently updated GLPK for Java to version 4.57 and I'd like to share some considerations I had for the next versions. First, in my Windows application, I don't install GLPK for Java in the system but instead I link directly to the .dll libraries provided in the link you sent. When