Hi David,
David Anderson wrote:
> What if the above simply returned S_OK with a FIXME instead
> of E_NOTIMPL??? Would that be an acceptable hack for the official
> source?
Sure, that'd be fine in this case. Feel free to send a patch.
Thanks,
Jacek
Dave wrote:
The following rudely changed function:
static HRESULT WINAPI WebBrowser_put_RegisterAsBrowser(...
works around wine bug 5183. For me.
The app I use to run the test is a VB app written by a friend
Can you throw together a minimal test in VB
and attach it with source and binary to b
ally supposed to do nor
any idea how to even find out.I really don't want a web browser
running out of VB anyway :-)
Note that a couple years ago the app in question worked. But stopped with
Run-time error "445":Object doesn't support this action (oleaut32)
at some p
David Anderson wrote:
An app (apparently Visual Basic) fails with
Run-time error '445'
Object doesn't support this action
Please report your bug to bugs.winehq.org, not wine-devel. You'll have
better luck getting help if your application is available for download.
Mike
David Anderson wrote:
An app (apparently Visual Basic) fails with
Run-time error '445'
Object doesn't support this action
in a message box. I click OK (the only choice) and the app dies.
A winedbg breakpoint on MessageBoxA
does not trigger.On one occasion I got a breakpo
I usually do a +msgbox,+ole,+olerelay trace to get a basic idea of what's
going on here, moving up to +relay if necessary. If it's Visual Basic
stuff most likely you can see what's going on by monitoring OLE Automation.
Good luck!
-mike
An app (apparently Visual Basic) fails with
Run-time error '445'
Object doesn't support this action
in a message box. I click OK (the only choice) and the app dies.
A winedbg breakpoint on MessageBoxA
does not trigger.On one occasion I got a breakpoint to work
and a tr