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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
