> using the files delivered with GLPK-4.28 in /w32 glpk is compiled > without ODBC support.
> I suggest to add a config.h file to directory /w32 defining > #define ODBC_DLNAME "odbc32.dll" > /* ODBC shared library name if this feature is enabled */ > and to change Makefile_VC6 to use compiler flags: > /I. /D HAVE_CONFIG_H /D HAVE_WINDOWS_H > Microsoft Visual Studio .NET 2003 comes with the necessary header > files (sql.h, ...). Would this mean linking to a static library, which is missing in older windows-native C/C++ compilers, like VC6 or BC5 ? _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
