[Mono-dev] 64 bit ODBC problem?

Robert Jordan robertj at gmx.net
Fri Mar 14 18:11:13 EDT 2008


Robert Jordan wrote:
>> However, I still have problems - seems mono is 32 bit "in its heart", when it 
>> comes to odbc? At least all the dllimports are marked as "odbc32"?
> 
> On Unix, "odbc32.dll" is mapped to "libodbc.so".

Sorry, I hit "send" too early.

"odbc32" doesn't mean the ODBC support isn't 64-safe. Given that mono
was not ported to Win64, odbc32.dll is the only lib that can be 
p/invoked on Windows. To remain (unit test) compatible with MS.NET,
the library name must be "odbc32".

Robert



More information about the Mono-devel-list mailing list