[Mono-list] ODBC.NET Provider on Windows

Miguel de Icaza miguel@ximian.com
14 Oct 2002 16:24:51 -0400


Hello!

> Do we have a #define to force conditional compilation on Linux/Windows?  I'd 
> like to setup the libodbc to point at odbc32 on windows.  Or is there a 
> better way?

You should make it point to the library name that is used on Windows,
and we will ship a "re-mapping" definition with Mono (just let us know
what the mapping should look like).

Mono allows us to remap library names to different names (see the
mono.config(5) man page for details) because in practice we will need to
do this.

Miguel