-
Sep 8th, 2020, 01:32 PM
#241
Re: [vb6] Project Scanner
I managed to remove a lot and just show a bit and the functions that resulted in the missing variables.
Thank you. I'll begin looking at it later this week, also to add in that other duplication check you suggested.
I found the bug where the last variable in a line with 2+ variables is being ignored. So that was an easy fix. If interested, you can fix that now... but the same fix needs to be applied in two different areas:
module: modMain, method: pvParseName_Variable
module: clsValidation, method: pvParseDeclares
change:
Code:
from...
If n = p Then Exit Do
to...
If n = p And lMode = 0 Then Exit Do
edited: the patch needed to be applied in 2 methods, not one. Above has been updated
Last edited by LaVolpe; Sep 9th, 2020 at 12:46 PM.
-
Sep 9th, 2020, 04:57 AM
#242
Lively Member
Re: [vb6] Project Scanner
Really useful! many thanks LaVolpe!
-
Sep 11th, 2020, 09:24 AM
#243
Hyperactive Member
Re: [vb6] Project Scanner
Useful tool - thanks for making this available!
I think I've found a bug... On the Standard Scan report window, the Save to File menu doesn't work. It appends a portion of the text from some other line of the report to the end of the current line. Strange behavior.
-
Sep 11th, 2020, 10:45 AM
#244
Re: [vb6] Project Scanner
 Originally Posted by AAraya
Useful tool - thanks for making this available!
I think I've found a bug...
Egads, that's embarrassing. You found some test code I forgot to remove.
Open the frmValidationHelp form and in the mnuMain_Click event, remove the 6 test-lines starting with "Dim s$"
-
Sep 11th, 2020, 11:26 AM
#245
Hyperactive Member
Re: [vb6] Project Scanner
 Originally Posted by LaVolpe
Egads, that's embarrassing. You found some test code I forgot to remove.
Open the frmValidationHelp form and in the mnuMain_Click event, remove the 6 test-lines starting with "Dim s$"
Happens to all of us - glad to help with the code clean-up!
-
Sep 11th, 2020, 11:54 AM
#246
Re: [vb6] Project Scanner
 Originally Posted by AAraya
Happens to all of us - glad to help with the code clean-up!
Hmmm, how to get the scanner to alert on test code
-
Sep 15th, 2020, 02:58 PM
#247
Fanatic Member
Re: [vb6] Project Scanner
Attachment 178750
Checked. M2000 Environment (M2000 Language)..
-
Jan 21st, 2021, 03:31 PM
#248
Lively Member
Re: [vb6] Project Scanner
Sorry. Trying project scanner on a vb6 project of mine, just after loading the project the application stops with this error message. Why? How can i remedy?
Attachment 179969
Attachment 179968
-
Jan 26th, 2021, 06:24 PM
#249
Fanatic Member
Re: [vb6] Project Scanner
If you want to explain a huge BB 6 project works, you should use multi-threading, the speed can be increased by five to ten times.
-
Feb 18th, 2021, 10:36 AM
#250
Re: [vb6] Project Scanner
Impressive work !
Thanks a much for this great tool !!!
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
|