|
-
Apr 5th, 2000, 02:57 AM
#1
Thread Starter
Member
Hi everyone,
I compiled an exe from VB6 to complete my project however I ran into a annoying problem. When I try to open one form I get the following error.
Hold Area Form: Block_Hours.exe - Application Error
The instruction at "0x1c431acf" referenced memory at "0x110545d0". Then memory
could not be "read".
Click on OK to terminate the application.
Click on CANCEL to debug the application.
I get this message twice and after I press OK I get this:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program D:\work\lloyd\block hours\block_hours.exe
abnormal program termination
Does anyone have any ideas? I am at a lost here and out of ideas. I do have a good size Array in that form, could that be part of it?
Thanks,
Lloyd
-
Apr 5th, 2000, 03:59 AM
#2
Lively Member
Ok Let me give a few hints
1. Does it happen under VB environment
that is running application from VB itself (F5)
2. Put msgbox in load of the form giving problem
3. go to the nearest point where ur getting once u see which
line of code is giving problems u can get an idea why it is happening
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|