http://bugs.winehq.com/show_bug.cgi?id=1773
Summary: Problems using msrdo20.dll Product: Wine Version: 20030813 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P1 Component: wine-misc AssignedTo: wine-bugs@winehq.com ReportedBy: omundodavoltas@hotmail.com
I'm running a database app (written in vb) using rdo (MSRDO20.DLL) and ODBC. I've configured UnixODBC (it's working fine) and I get the following error message:
trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\ODBC32.DLL' : builtin trace:loaddll:load_dll Loaded module 'C:\Windows\System\msrdo20.dll' : native wine: Unhandled exception (thread 0009), starting debugger...
I've added this line to .bashrc (as described on wine documentation):
export LIB_ODBC_DRIVER_MANAGER=/usr/lib/libodbc.so
Does anybody have any idea of what's going on?