VB on Linux with Wine

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 I created simple ActiveX EXE in VB with some GET method
 and a tester program (standard EXE ) that tries to call
 the methos from the ActiveX EXE.

 Registered the ActiveX EXE and run the stand alone
 application. On execution of the object creation, the PC 
 hangs giving error: Unhandled page fault on read access ......

Here is the piece of code:

ActiveX EXE code:
------------------
Dim obj As MyLinux.Linux
Set obj = New MyLinux.Linux   /* this statement is failing in Linux */
MsgBox obj.OSName

Tester Program:
---------------
Private Sub Class_Initialize()
	m_Value = "Linux"
End Sub

Public Property Get OSName() As String
    On Error Resume Next
    OSName = m_Value
End Property

Thanks & Regards
Raghu J.

-----Original Message-----
From: wine-users-bounces@xxxxxxxxxx
[mailto:wine-users-bounces@xxxxxxxxxx]On Behalf Of Dan Kegel
Sent: Sunday, January 08, 2006 11:19 PM
To: raghu.jonnalagadda@xxxxxxxxxx; wine-users
Subject:  Re: VB on Linux with Wine


Raghu wrote:
>We have 50 complex applications written in Microsoft Visual Basic 6.0
>providing banking solutions. We are seriously thinking of porting
>our applications to Linux under WINE. Is it possible to do so?

Yes.  It will take some effort, though.
Please see my Wine for Windows ISVs page,
    http://kegel.com/wine/isv
I'd be happy to help you get started down the
path.
- Dan

_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users




_______________________________________________
wine-users mailing list
wine-users@xxxxxxxxxx
http://www.winehq.org/mailman/listinfo/wine-users

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux