Hi,
I am using wine with fake_windows. A Program don't works and return the message below.
Any help?
[]'s
Run time error '458'
Variable uses an Automation type not supported in Visual Basic
Invoking /usr/bin/wine.bin SISUPFOR.exe ... fixme:ole:CoRegisterMessageFilter stub fixme:ole:OleLoadPictureEx (0x4140292c,47552,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x406bf958), partially implemented. fixme:ole:OleLoadPictureEx (0x4140292c,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x406bf958), partially implemented. fixme:ole:OleLoadPictureEx (0x4140292c,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x406bf958), partially implemented. fixme:ole:OLEPictureImpl_get_hPal (0x403adbc0)->(0x406bf86c): stub fixme:ole:OLEPictureImpl_SaveAsFile (0x403b9d58)->(0x403c4168, 0, (nil)), hacked stub. fixme:ole:OLEPictureImpl_get_hPal (0x403adbc0)->(0x406bf0a0): stub fixme:ole:OLEPictureImpl_get_hPal (0x403adbc0)->(0x406bf1dc): stub fixme:ole:VarCat Failed to convert right side from vt 8 to VT_BSTR? fixme:ole:OLEPictureImpl_get_hPal (0x403adbc0)->(0x406bf214): stub fixme:ole:OLEPictureImpl_get_hPal (0x403adbc0)->(0x406bf214): stub fixme:ole:OLEPictureImpl_get_hPal (0x403adbc0)->(0x406bf214): stub fixme:ole:CoRegisterMessageFilter stub Wine exited with a successful status
On Fri, Jan 23, 2004 at 04:36:58PM -0200, Savio Ramos wrote:
Hi,
I am using wine with fake_windows. A Program don't works and return the message below.
fixme:ole:VarCat Failed to convert right side from vt 8 to VT_BSTR?
The code for this fixme is slightly broken, it really failed to convert the left side, and doesn't tell us which vt it is trying to convert from. If you built from source could you apply the attached patch to dlls/oleaut32/variant.c, re-build, re-run your program and post the updated output?
Thanks.
--Alastair Bridgewater
On Fri, 23 Jan 2004 15:43:37 -0500 Nyef nyef@softhome.net wrote:
If you built from source could you apply the attached patch to dlls/oleaut32/variant.c, re-build, re-run your program and post the updated output?
Of course I could. But, I am not using wine from source. I am an Debian user. Can I download wine source called wine 0.0.20040121-1 from Debian source, apply the patch and recompile wine?
[]'s