[Wine] Re: Debugging VisualBasic application

cyruspy wineforum-user at winehq.org
Sat May 29 20:00:32 CDT 2010


qwertymn wrote:
> does the following help:?
> 
> 'winetricks mfc42'
> 
> Then set 'oleaut32.dll" to native in winecfg.
> 
> try run app again


Clean wine + application + mdac28 + mfc42 + oleaut32(native)

I can start the application and the fonts that appeared tiny on some screens look good again. Accessing the same form from the start of the thread makes the application crash again.

After start:


Code:
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 240, std (d/m/y): 11/04/2010, dlt (d/m/y): 3/10/2010



After connecting to DB


Code:
err:ole:CoGetClassObject class {ecabb0c0-7f19-11d2-978e-0000f8757e2a} not registered
err:ole:CoGetClassObject no class object {ecabb0c0-7f19-11d2-978e-0000f8757e2a} could be created for context 0x1



After the application crashing I see no new messages, either errors or warnings.







More information about the wine-users mailing list