Announcement

Collapse
No announcement yet.

compile and debug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • compile and debug

    I am struggling with converting DOS to Windows .... I have no compiler errors but when the program runs, a sub causes an error message that windows wants to "report." When I run it under compile and debug, it runs like it should. Any direction to send me?

  • #2
    Post the code ... you'll get faster help usually.
    Rick Angell

    Comment


    • #3
      In the tools--->options
      click on "Break on Error"

      Willing to bet a array out of bounds type error.

      or a #DEBUG ON
      and tracefiles always help too.

      I am sure others will be in shortly to explain how to do the 2nd two options

      But then again, when all else fails...post code and I am sure we can all find it together
      Engineer's Motto: If it aint broke take it apart and fix it

      "If at 1st you don't succeed... call it version 1.0"

      "Half of Programming is coding"....."The other 90% is DEBUGGING"

      "Document my code????" .... "WHYYY??? do you think they call it CODE? "

      Comment

      Working...
      X