Click to See Complete Forum and Search --> : Vb Crushes


Lev FatMan
April 17th, 2001, 04:36 AM
I am trying to develop a program in VB 6 , but it crushes every second minute?
Had any1 this problem? How can I fix it?

FatMan

John G Duffy
April 17th, 2001, 07:53 AM
Be more specific as to what your problem is. What do you mean by "it crushes every second minute" awfully vague there.
What is the program attempting to do when it "crushes". Is the VB IDE failing or your program?
Are there any error messages or error return codes associated with the failure?

John G

Lev FatMan
April 17th, 2001, 08:15 AM
OK
I am writing a code accessing c++ DLL,
and just before the program runs I get an error massage saying the memory 0x something could not be read or something like that.

and then VB exits.

Its very strange for me too, I do not understand why it crushes.
FatMan