hi, im trying to execute an application with access 97 and i get this error
wine Access\ 97\ Runtime/Msaccess.exe "/excl" "/wrkgrp" "c:\Program Files\Properly\PROPERGROUPsin.mdw" "/runtime" "c:\Program Files\Properly\ProperlyGestión.mde" fixme:font:SetMapperFlags (0x224, 0x00000001): stub - harmless err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported fixme:rpc:I_RpcServerStartListening (0x30044): stub fixme:ole:MSFT_ReadValue BSTR length = -1? fixme:ole:ITypeInfo_fnAddressOfMember (0x7e7abc00) stub! wine: Unhandled exception (thread 000b), starting debugger... WineDbg starting on pid 0xa Unhandled exception: page fault on write access to 0x65173518 in 32-bit code (0x3002d802). In 32 bit mode. err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file msaccopt.DBG ("msaccopt.DBG")
I have replaced ole32.dll built-in with win98 version.
Thanks a lot
Hi,
(disregarding the issue in Subject)
On Tue, Nov 15, 2005 at 09:35:30AM +0100, Curro Amores wrote:
hi, im trying to execute an application with access 97 and i get this error
I have replaced ole32.dll built-in with win98 version.
That's not enough. You really need oleaut32, too:
fixme:ole:MSFT_ReadValue BSTR length = -1? fixme:ole:ITypeInfo_fnAddressOfMember (0x7e7abc00) stub!
But someone should really either implement this or tell me how to do it (I failed to find out how, in a reasonable time frame).
Andreas