|
-
Aug 28th, 2024, 05:12 PM
#1
Thread Starter
Fanatic Member
VB6 does not jump to error
Hello!
Something is very wrong with my VB6 project. I had to replace some ocx which results in many "Invalid procedure call or argument" errors.
While at first, it would something jump to the location of the error (yes, the error message is valid!), it is now not doing that anymore.
Instead, when I press Play in the IDE, it just shows this error, but does not jump to the error.
When I try to compile it, VB6 crashes.
My biggest problem is that VB6 does not jump to the location of the error.
Does anybody know any secret to make VB6 jump to the line of the error again?
Thank you!
Edit: I have removed the compilation arguments which in turn results in some code parts not being left out anymore, and now it works again: VB6 jumps to that location.
Last edited by tmighty2; Aug 28th, 2024 at 05:20 PM.
-
Aug 29th, 2024, 05:07 AM
#2
Re: VB6 does not jump to error
Without any specific code to look at I can only guess at what might be wrong... Perhaps you could upload the relevant code and tell more about these ocx files?
-
Aug 29th, 2024, 06:30 AM
#3
Fanatic Member
Re: VB6 does not jump to error
When you say "jump to the line of the error" I am not sure what you mean
Take a look at:
tools
options
General
Error trapping
-
Aug 29th, 2024, 07:08 AM
#4
Re: VB6 does not jump to error
> Edit: I have removed the compilation arguments which in turn results in some code parts not being left out anymore, and now it works again: VB6 jumps to that location.
The beauty of a 25 yo compiler with no chance of getting any fixes for 1/4 of a century.
-
Aug 29th, 2024, 07:15 AM
#5
Fanatic Member
Re: VB6 does not jump to error
Sorry did not see that.
Also a 25 year old compiler does not get new bugs!
Tags for this Thread
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
|