Thread: visual studio!

  1. #1
    Unregistered
    Guest

    visual studio!

    hello people, can anyone tell me if there is another way to program visual languages without micrsofts visual studio as this keeps debuging everything i go near.
    i don't want to work with old compilers if possible, such as Borland Turbo.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793

    Re: visual studio!

    Originally posted by Unregistered
    hello people, can anyone tell me if there is another way to program visual languages without micrsofts visual studio as this keeps debuging everything i go near.
    i don't want to work with old compilers if possible, such as Borland Turbo.
    .

    It only launches the debugger if thereis a problem with your code.....

    Is that what you mean?

  3. #3
    Unregistered
    Guest
    the debuger work resident in windows, this means that even if i'm not programming and just surfing the net, debuger makes the bugger of himself.

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Hmm...it has never bothered me.

  5. #5
    Unregistered
    Guest
    so what could be the problem with mine?
    anyway we're straying from the point. which was is there or isn't there an alternative?

  6. #6
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > this means that even if i'm not programming and just surfing the net, debuger makes the bugger of himself.

    Does it come up when there's a JavaScript error on the page? Just press no if it does - you'll be fine....

  7. #7
    Unregistered
    Guest
    sorry to be a pain but is there or isn't there an alternative?

  8. #8
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    That depends on what you mean by "Visual languages"... If you want C - there's a bunch out there that look like MSVC, but don't have whatever problem you're describing (Dev-C++ and friends)...

    For VB - AFAIK, that's only made by MS, so I don't think so...

  9. #9
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    You could turn the debugging off. I believe the program name is mdm. Do ctrl-alt-del and check and see if it's running. If it is just kill it and then take it out of your statup stuff.
    If that doesn't help then I suggest looking into packages by Borland.

  10. #10
    Red Panda basilisk's Avatar
    Join Date
    Aug 2001
    Posts
    219
    also if you use IE you can turn off the debugging - just go to tools, internet options, advanced and in the browsing section there is a disable script debugging checkbox
    Do not meddle in the ways of dragons, for thou art crunchy and taste good with ketchup

  11. #11
    Used Registerer jdinger's Avatar
    Join Date
    Feb 2002
    Posts
    1,065

    test

    test

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  2. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. load gif into program
    By willc0de4food in forum Windows Programming
    Replies: 14
    Last Post: 01-11-2006, 10:43 AM
  5. Learning OpenGL
    By HQSneaker in forum C++ Programming
    Replies: 7
    Last Post: 08-06-2004, 08:57 AM