Hi,
On Tue, Oct 25, 2005 at 01:38:47PM +0200, Curro Amores wrote:
Hi:
I have an application implemented with Microsoft Access 97, i got some problems executing it with winehq. It opens but it closed throwing an exception.
I have tried to change dll attributes, i put the native versions from windows in the system directory and then add a dll override with winecfg, but when i look at the trace in the debug i can see how it doesnt change, it still uses builtin version..
Did you make sure to kill *all* Wine processes? Otherwise any change is null and void...
fixme:ole:MSFT_ReadValue BSTR length = -1?
That one looks like it's very easy.
fixme:ole:ITypeInfo_fnAddressOfMember (0x7a95fd90) stub!
That was the reason for a crash in another Access 97 runtime, too. I tried to implement this function, but I couldn't figure out how it is able to figure out the data required for the result.
Since this seems to be required for many/all Access 97 runtimes, it should be implemented ASAP (especially since Access runtimes may be a major Linux migration factor), so does anyone know how to implement that? (preferrably before Wine 0.9 maybe? ;)
Andreas Mohr