CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Location
    Stratford, Ontario, Canada
    Posts
    20

    duh, compile error list ?

    How do I get VB to list errors when it compiles, rather than stopping at a message box and beeping every single time.
    I'm pretty bright, I can remember and fix more than one error at a time. I don't like to waste time compiling.

    Thanks



  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: duh, compile error list ?

    Instead of compiling your app, try running it with the Start with full compile option set. Or hit CTRL+F5 that will do it to. you can also set the break on unhandled errors option in the general tab of the Tools-Options menu. If yuo can run the program in the IDE without problems, then you shouldn't have to waste time compiling.

    have fun,

    John

    John Pirkey
    MCSD
    http://www.ShallowWaterSystems.com
    http://www.stlvbug.org
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

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

Featured