Results 1 to 40 of 260

Thread: [vb6] Project Scanner

Threaded View

  1. #23

    Thread Starter
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    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.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width