Hi, I have C++ x86 app that needs to be executed with wine
0024:warn:module:find_builtin_dll cannot find builtin library for L"\\??\\C:\\RealPOS\\DATABASE.DLL"
0024:warn:module:alloc_module disabling no-exec because of L"DATABASE.DLL"
0024:warn:ole:clsid_from_string_reg couldn't open key for ProgID L"SQLOLEDB"
Currently I am suffering issue with above problem.
When I check on physical machine, I see HKEY_CLASSES_ROOT\SQLOLEDB\Clsid with {0C7FF16C-38E3-11d0-97AB-00C04FC2AD98}
However, when I check wine regedit, above key does not exists.
I tried to install mdac28, msoledbsql.msi (18.6.3 x86) but still the DB entry does not get generated.
I believe this is COM object but I could not find any related information or resolution for above situation.
Can someone help me please?
Thank you
SQLOLEDB problem
Re: SQLOLEDB problem
I meant its C++ x64 application