marty@texxar.cz wrote:
I'm trying to get my acounting program working under wine. So far I got it up and running with all dlls it needs. But whe I try to import .mdb database file I get the following error from the accounting program:
"Undefined function CHR() in expression: INSERT INTO ........ P657'+CHR(13)+CHR(10)+......."
and wine debug gives me this almost at the same time: ...... fixme:variant:VarBstrFromDec semi-stub fixme:variant:VarBstrFromDec semi-stub fixme:variant:VarBstrFromDec semi-stub fixme:ole:MSFT_ReadValue BSTR length = -1? fixme:ole:MSFT_ReadValue BSTR length = -1? fixme:ole:ITypeLibComp_fnBind (L"CHR", 107e4b, 0x3, 0x4068ac60, 0x4068ac54, 0x4068ac6c): stub fixme:ole:ITypeLibComp_fnBind (L"CHR", 107e4b, 0x3, 0x4068ac60, 0x4068ac54, 0x4068ac6c): stub fixme:ole:ITypeLibComp_fnBind (L"CHR", 107e4b, 0x3, 0x4068ac60, 0x4068ac54, 0x4068ac6c): stub ........
I understand this function converts ASCII code into the char. But I don;t know how to find out which library is causing the problem.
The function ITypeLibComp_fnBind is unimplemented. I've looked at this function before, but I haven't found enough documentation to implement it properly.
Rob