Thread: Bloodshed-Dev C++ -- I'm having trouble

  1. #16
    Registered User
    Join Date
    Sep 2004
    Posts
    7
    Quote Originally Posted by DeepFyre
    you have to uninstall dev-cpp and then install it in another directory
    Hi, sorry for the long absence,

    I just tried that, it didn't work.

    I moved it from C:\dev-c++ (or w/e the folder's called) to C:\Program Files

    I'm still getting the same error.

    --Tryce (getting frustrated with the program)

  2. #17
    Registered User Finchie_88's Avatar
    Join Date
    Aug 2004
    Posts
    154
    i had the sme problem, the way that I got round it was to re-download the app, but when I re-downloaded, go for version 5, the beta version, re-install, and ur sorted...hope it works, it worked for me

  3. #18
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I moved it from C:\dev-c++ (or w/e the folder's called) to C:\Program Files
    Actually, it is better off in C:\dev-c++, spaces in paths cause erratic problems with Dev-C++
    The default with Dev-C++ 4.9.9.0 should be C:\Dev-Cpp

    Perhaps you could describe the current problem that you're facing?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  4. #19
    Registered User
    Join Date
    Oct 2004
    Posts
    30
    maybe you should.....
    1. uninstall the current Dev_C++
    2. download the setup for Dev-C++ 4.9.9.0
    3. install it...........with the default directory provided while installing.......

    use all default settings while starting.......just to be on the safer side

    since i feel either the compiler is not installed correctly or something is missing.

    try this and tell me if it works......
    Syra
    Amateur's urge to master C/C++

  5. #20
    Registered User
    Join Date
    Sep 2004
    Posts
    7
    Hi!

    I have downloaded and installed Dev C++ 4.9.9.0 with all of the default settings. I tried typing in the first code in the Tutorial and hit Compile and Run (since compile and then run won't work for some reason). The same error still occurs (see first post).

    I'm beginning to wonder if it's my computer. I'm running this on Windows XP Home Edition. Could it be that I'm not able to code on this OS? That would be dissapointing. . .

    --Tryce

  6. #21
    Registered User Elhaz's Avatar
    Join Date
    Sep 2004
    Posts
    32
    Hi Tryce,

    I have no idea if this'll help or not but I figure it's worth a shot posting it just in case. I got DevC++ from a disk in the back of my first C++ book. There's a fairly good step by step procedure on how to install it including the following:

    As you probably know if you've spent more than a coffee break's worth of time installing software, setting options is a procedure unto itself. In this case, Dev-C++ has two options that must be set before you can use it. Set 'em as follows:

    1. Choose tools->Compiler Options.

    2. Choose the Settings tab.

    3. Choose Code Generation from the menu on the left. Make sure that the Enable Exception Handling is enabled... if it isn't, click on the option box to display the two choices and select Yes.

    4. Choose Linker and make sure the Generate Debugging Information option is enabled.

    5. Choose Ok.
    Don't know if this is even related to your problem or not but, again, I figured it couldn't hurt to post just in case.

    Good luck and hope you get it up and running as soon as you can.

  7. #22
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    You dont have to enable exception handling and generate debugging information in order for GCC to work.

    But yeah, I actually chose Win XP Pro over Home for my version of MS Windows just in case there were problems in some development environment.
    We may need someone who's running a compiler on Win XP Home to check that this really isnt the case.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  8. #23
    Registered User Elhaz's Avatar
    Join Date
    Sep 2004
    Posts
    32
    Quote Originally Posted by laserlight
    We may need someone who's running a compiler on Win XP Home to check that this really isnt the case.
    I use Win Xp Home with Dev-C++ and things seem to compile just fine. But my XP Home is the japanese version so... I don't know if that confirms or disproves anything as there may be differences between mine and the english version that I don't know about.

  9. #24
    Arggggh DeepFyre's Avatar
    Join Date
    Sep 2004
    Posts
    227
    Well I dont do any of that and it works for me (im on Home XP).
    Keyboard Not Found! Press any key to continue. . .

  10. #25
    Registered User
    Join Date
    Feb 2005
    Posts
    1
    Hi!
    I had the same problem, searched for it on Google, but just found this Thread - and you didn't solve it (?).

    So I tried a few things, here is my solution:
    I'm German and we have some stupid letters like ä,ö,ü and ß. I saved my project in ...\2_Ergänzungen\Ergänzungen.dev

    So now I replaced the ä by ae, and everything works fine. Maybe check this out...

    Sorry for my bad English

    Regards from the snowy Black Forest
    X

  11. #26
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Great, yet more thread bumpage...
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bloodshed Dev Stops Compiling
    By bengreenwood in forum C++ Programming
    Replies: 4
    Last Post: 11-11-2007, 03:25 PM
  2. bloodshed dev c++ help
    By rocketmanx in forum Game Programming
    Replies: 4
    Last Post: 07-28-2004, 02:57 AM
  3. Sleep on Bloodshed Dev C++
    By BigSter in forum C++ Programming
    Replies: 3
    Last Post: 11-15-2001, 10:17 AM
  4. Wait on Bloodshed Dev C++
    By BigSter in forum C++ Programming
    Replies: 1
    Last Post: 11-14-2001, 03:46 AM
  5. Tutorial about Bloodshed Dev!
    By Unregistered in forum C++ Programming
    Replies: 2
    Last Post: 11-13-2001, 07:42 PM