Results 1 to 4 of 4

Thread: VB6 Ignore Build Errors.

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    6

    Unhappy VB6 Ignore Build Errors.

    Where can I to click to disable checking for Build Errors ?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: VB6 Ignore Build Errors.

    If you mean to stop you from getting errors when you are typing code and move from one line of code to another, go to "Tools" -> "Options", on the "Editor" tab you can untick "auto syntax check".

    If you mean something else, you'll need to explain what it is.

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2011
    Posts
    6

    Re: VB6 Ignore Build Errors.

    When I try to build my program it gives an error "Compile Error:Variable not defined", I could say a lot of things to you, you wouldn't understand them (the variable is defined somewhere else than this program[it's two programs who work like one+-])... but the important thing here is, how can I disable VB6 from checking the code when I build the exe ?

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: VB6 Ignore Build Errors.

    You can't stop it from checking the code when you build the exe, because at that point it converts all of the VB code in to machine code.

    I'm fairly sure I have never seen that error occur at the wrong time/place (despite hundreds of situations like this on the forums), so I recommend that you show us the code where the error occurs, the line where you think the variable is defined, and tell us what kind of code file each is in.

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