I am trying to get a visual basic application running with Wine. It is a simple database application that connects to a remote MySQL server. The program appears to launch, but when trying to make the connection, I get:
Wine is sending out
and similar errors for create_server class.
I also get
Has anyone had any success getting a database program written in Visual Basic to run under wine or see what I am missing?
Any help would be appreciated.
Thanks,
-flub
Code:
Run-time error '429':
ActiveX component can't create object
Code:
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not registered
I also get
Code:
err:ole:CoGetClassObject no class object {00000514-0000-0010-8000-00aa006d2ea4} could not be created for context 0x5
Has anyone had any success getting a database program written in Visual Basic to run under wine or see what I am missing?
Any help would be appreciated.
Thanks,
-flub