[Bug 7894] run time error '6' overflow MSVBVM60.DLL

Wine Bugs wine-bugs at winehq.org
Fri Mar 30 19:46:39 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=7894





------- Additional Comments From development-wine at dt.com.au  2007-30-03 19:46 -------
Thanks for your help. Sorry, wasn't sure the source code would be much help. 
I'll try to make it a command line test program in future. :-)

Option Explicit

Private Sub Command1_Click()
  Dim X As Integer
  X = CDec("&H58")
  Label1.Caption = Str(X)
End Sub

Private Sub Form_Load()
End Sub


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list