-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
16bit dependencies #1321
Comments
There are other programs which have no problem using odbc. More detail about the problem and preferably a trace are needed. |
Really need a wine trace. See #226 (comment) |
Ok sorry :) |
The trace shows a different error, "0084:Call USER.430: LSTRCMP(295f123e "dbWeb Administrator Error Handler",139f1a56 "Error IM002: ODBC data source not found") ret=165f:00f5 ds=1207". Do you have the connection string set in the odbc admin control panel? |
A trace that has the error in the image is whats needed. Since the last trace had the wrong error it doesn't help debugging. |
I recreated the trace file with the scenario mentioned above. |
Try pointing the dsn at the version of odbcjt32.dll that comes with dbweb rather than with windows. The version that comes with windows 11 is missing some functions that the 16bit odbc library uses. |
I'm running a 16-bit application with otvm, however, there's an issue when the application try to invoke odbc.dll library that is compiled in 16-bit.
As otvdm converts instructions from 16 to 32 bits, it attempts to access the library in an 'illegal' manner, causing error.
There's a possibility to exclude certain calls to this DLL from the conversion process?
The text was updated successfully, but these errors were encountered: