Hello Andrew, glpsql.c needs: #include <sql.h> #include <sqlext.h>
Best regards Xypron Best re -------- Original-Nachricht -------- > Datum: Sun, 15 Jun 2008 19:26:08 +0400 > Von: Andrew Makhorin <[EMAIL PROTECTED]> > An: Xypron <[EMAIL PROTECTED]> > CC: [email protected] > Betreff: Re: [Help-glpk] Compiling GLPK with VC7 and ODBC support > Xypron, > > > ODBC32.DLL is a dynamic link library and supplied with Windows > > implementing the same standardized interface as iODBC or unixODBC do for > > Linux. > > All compilers supported by GLPK (Visual C , Borland C 5.5 and DevC++) > > can compile GLPK with support for ODBC32.DLL. I did this for GLPK-4.27. > > MSVC 6.0 does not have odbc.h (just checked that). > > The problem is that Windows-native C/C++ compilers have no configure > tool, so I think that by default all non-ISO features should be > disabled, and there should be an instruction how to modify makefile > and config.h to enable such additional features. This concerns ODBC as > well as GMP and zlib. > > > For GLPK-4.28 I have tested compiling with VisualC (Microsoft Visual > > Studio .NET 2003 professional) under Windows 2000 professional. > > > Changed sources and executables are available at > > ftp://glpk.dyndns.org/glpk/win32 > > > As GLPK is not distributed with the GMP and the MySQL libraries I would > > refrain from requiring these in the makefiles. > > The files for ODBC are distributed with Windows 2000 ff and the > > supported compilers. Hence adding ODBC to the makefiles makes sense. > > -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED] _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
