[Bug 8822] VB6.0 program crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 26 11:45:40 CDT 2008


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


Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dank at kegel.com




--- Comment #15 from Dan Kegel <dank at 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.



More information about the wine-bugs mailing list