Re: VB6.exe crashes occasionally
- From: jma <no@xxxxxxxxxx>
- Date: Wed, 07 Sep 2005 14:38:24 +0300
Someone kirjoitti:
Does your program use subclassing or Windows hooking? These usually cause crashes if there is a runtime error, or a code that does not undo the subclassing or hooking. Look in your code for these functions:
SetWindowLong SetWindowsHook SetWindowsHookEx
You could have an ActiveX for subclassing, so the above may not be present in your code.
I have Windows hooking done with SetWindowLong but VB crashes even if I comment it.
.
- References:
- VB6.exe crashes occasionally
- From: jma
- Re: VB6.exe crashes occasionally
- From: Someone
- VB6.exe crashes occasionally
- Prev by Date: Re: Native Code vs PCode OT
- Next by Date: Get & Lose Focus!
- Previous by thread: Re: VB6.exe crashes occasionally
- Next by thread: Re: VB6.exe crashes occasionally, solved
- Index(es):