Dear All,
I've installed the Wine version 20030813 as suggested by the group members. I am able to run and use many of the window applications.
I've installed VB6 on my windows partititon and when i run it with wine, the VB6 is starting well and loading the project which i've choosen from the list. But when i run the project, it is reporting an error called "Automation Error".
I'm using the MS VB 6 Working Model Edition on Win98 Installation. Is this error something got to do with Registry or any Native Dll should be used ? Please help me on this.
I've one more query...! I've written one project which basically scans/sends Messages (SendMessage) to any of the specified Target Window controls to retrive the data in it. For example i.e If it is an List View Control, my programs sends appropriate messages to retrive the now of rows and each row columns text from it.
Will this application if i run it from wine, will it work exactly ?
Thanks & Best Regards, S. Sukumar
On Mon, 08 Sep 2003 11:47:42 +0530, Sir Sukumar .S scribed thus:
I've installed VB6 on my windows partititon and when i run it with wine, the VB6 is starting well and loading the project which i've choosen from the list. But when i run the project, it is reporting an error called "Automation Error".
Try installing DCOM native, from microsoft.com/dcom, or if you are using a real windows partition:
wine --dll ole32,oleaut32,rpcrt4=n whatever.exe
I've one more query...! I've written one project which basically scans/sends Messages (SendMessage) to any of the specified Target Window controls to retrive the data in it. For example i.e If it is an List View Control, my programs sends appropriate messages to retrive the now of rows and each row columns text from it.
Will this application if i run it from wine, will it work exactly ?
It should do. If it doesn't, then Wine has a bug somewhere.
thanks -mike