Re: VB6 crash upon exit !!
- From: "Nobody" <nobody@xxxxxxxxxx>
- Date: Mon, 6 Apr 2009 06:03:11 -0400
"Jim" <Jim@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B08DB90B-D8EA-4A5F-807D-24ED16803C8E@xxxxxxxxxxxxxxxx
Since I bought a new PC and re-nstalled VB6.0, it crashes (no error
message)
when I stop debugging or try to exit my VB program.
I noticed it crashes only when I have used winsock at least once before
exiting.
Do you mean VB crashes when it breaks into the IDE(after an error or when
the program ends)? If so, then you need to compile first(Or use Start with
Full Compile) to make sure that VB won't stop for compilation errors. If you
are using subclassing, then the IDE will usually crash when it breaks.
Search the newsgroups for IsInIDE() function to disable the subclassing when
you don't need it while using the IDE. Alternatively, you can run the EXE,
and use OutputDebugString() with a debug viewer instead of Debug.Print to
see debugging messages from the EXE. Here is one debug viewer:
http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx
.
- Follow-Ups:
- Re: VB6 crash upon exit !!
- From: Jim
- Re: VB6 crash upon exit !!
- References:
- VB6 crash upon exit !!
- From: Jim
- VB6 crash upon exit !!
- Prev by Date: Re: VB6 crash upon exit !!
- Next by Date: Re: Vista - RunTime Error 13 Type Mismatch
- Previous by thread: Re: VB6 crash upon exit !!
- Next by thread: Re: VB6 crash upon exit !!
- Index(es):
Relevant Pages
|