Results 1 to 4 of 4

Thread: Debug in Win Me...

  1. #1

    Thread Starter
    Lively Member DanielS1324's Avatar
    Join Date
    Apr 2005
    Posts
    79

    Debug in Win Me...

    One of my programs runs fine on my machine (XP). One of the target machines runs Windows Me. After a while one of the two timers stops. I cant figure out to save my tail why its stopping. I cant restart it either. The program its self is not frozen, as the other timer runs fine. Just one portion is frozen.

    How can I debug this on a Windows Millenuim machine?

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Debug in Win Me...

    If you don't have VS on the ME machine, it will be mighty hard to work with this. One option is to litter your code with msgboxes to show the state of various variables. Another option is to write statements to a text file or something so that things get printed as they happen. Neither one will allow you much control, and I wouldn't expect either of those to be of much use for the problem you are experiencing.
    My usual boring signature: Nothing

  3. #3
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Debug in Win Me...

    VS.NET won't run on ME. It only runs on NT4 fully patched and up NT based OS's

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Debug in Win Me...

    That shoots that possibility.
    My usual boring signature: Nothing

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