[Bug 8822] VB6.0 program crashes
http://bugs.winehq.org/show_bug.cgi?id=8822 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #15 from Dan Kegel <dank(a)kegel.com> 2008-04-26 11:45:39 --- The official example here, http://support.microsoft.com/kb/180736 shows that Sub is the right way to do it, not Function. Maybe the problem is that in functions, you're supposed to return a value. Try returning -1, e.g. TimerProcFunc = -1 at the end of the function? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org