Hi,
On Thu, Jul 21, 2005 at 07:56:47AM -0300, Savio Ramos wrote:
On Wed, 20 Jul 2005 14:28:19 +0200 Andreas Mohr andi@rhlx01.fht-esslingen.de wrote:
This error message sounds a lot like an OLEAUT32 related error (it's a visual basic program, I suppose).
I suppose too...
WINEDEBUG=+relay,+ole,+variant,+typelib,+typelib2 should be helpful to identify the problem.
In release 20050524 it was working well.
fixme:ole:OleLoadPictureEx (0x41ca76ac,5562,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x406ef5e8), partially implemented. fixme:ole:OLEPictureImpl_get_hPal (0x4673b2e8)->(0x406ef594): stub, return 0 palette. fixme:ole:OLEPictureImpl_SaveAsFile (0x4670b930)->(0x467490d8, 0, (nil)), hacked stub. fixme:ole:OLEPictureImpl_FindConnectionPoint tried to find connection point on {33ad4f92-6699-11cf-b70c-00aa0060d393}? fixme:ole:OLEPictureImpl_get_hPal (0x403d6708)->(0x406eeda0): stub, return 0 palette. fixme:ole:OLEPictureImpl_get_hPal (0x403d6708)->(0x406eef20): stub, return 0 palette.
2005-06-06 Alexandre Julliard julliard@winehq.com
* dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/.cvsignore, dlls/oleaut32/tests/Makefile.in, dlls/oleaut32/tests/olepicture.c: Marcus Meissner marcus@jet.franken.de Added testcases for OLE Picture handling. Implemented PICTYPE_NONE loading. Cleaned up stream loading, handle "lt" magic. Fixed some small problems exposed by tests against native.
?
(that's http://www.winehq.org/hypermail/wine-patches/2005/06/0110.html for you, BTW)
Andreas Mohr