Thread: debug dev-c++

  1. #16
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Dont, stick with Dev. yes, it has it's issues, but what compiler doesnt?
    I am sticking with Dev and MSVC++2003 untill the new standards are relased in 2008/9. Then, some of the C/C++ language will change ( but very little ). So, some of the compilers we use now will report small errors. But that is a long way off yet.

    To answer your other question, most use Dev or Microsoft IDE compiler systems. Few use Borland, although Borland Bulilder Studio is quite good. It is all a matter of taste

  2. #17
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    It's issues are not very serious. I'll stick to it until I have some serious problems with it.

    Can't you just update your GCC executables and some libraries to get newer standards work?
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  3. #18
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    That is one question I wish I knew a 100% answer for. I have emailed Bloodshed and they are yet to get back to me about this. If the company are failing to create any more patches for Dev, then I think it will just remain as it is. You could however configure it to run with another compiler, but again, this is still up in the air

  4. #19
    Registered User
    Join Date
    Sep 2006
    Location
    vancouver wa
    Posts
    221
    I think i will stick with devc++ until i have serious issues with it. =)

  5. #20
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Good Idea, as I said it does work ok, and in general is the best IDE compiler avaliable for windows at the present time ( in my oppionion anyway )

  6. #21
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    It is open-source. So if some Delphi programmer would be interested in developing it, he could do it. Until that, we have to wait.

    Also it could be translated into C++, but it would be hard work.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  7. #22
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Unforuntaty I do not understand Delphi. It is much the same as Assembley Language and I do not have the patience for it. But, yes like you said it really is a waiting game I am afraid

  8. #23
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Then now is the time to learn it!
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  9. #24
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Then you can give me a hand lol!
    It is much harder than C++/C put together. I am not educated enough to learn it, but I may get a book on it, as I have brought up the subject. I'l give bloodshed a run for their money

  10. #25
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    I'll try to learn the basics of Delphi too then
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  11. #26
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    > your project does not have enough debugging information, do you want to enable debugging and rebuild your project?

    Are you building with the -g3 option?
    Also... try rebuild, instead of build after you see that message.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  12. #27
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Deal, we'll work at it together!

    I'l buy a goob book

  13. #28
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    *good

  14. #29
    Registered User
    Join Date
    Sep 2006
    Location
    vancouver wa
    Posts
    221
    Quote Originally Posted by Mario F.
    >
    Are you building with the -g3 option?
    this seemed to fix the problem thanks

  15. #30
    Registered User
    Join Date
    Nov 2006
    Posts
    1

    I've fixed this problem.

    Choose 'Yes' to compile options/Settings/Linker/Generate debugging information.
    After that , clean and rebuild your project again, and it will contain the debug information.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Binary not built with debug info - why?
    By ulillillia in forum C Programming
    Replies: 15
    Last Post: 12-11-2008, 01:37 AM
  2. makefiles - debug & release?
    By cpjust in forum C Programming
    Replies: 6
    Last Post: 10-26-2007, 04:00 PM
  3. Debug --> Exceptions in Visual Studio 2005
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 08-10-2007, 02:12 AM
  4. Results in Debug and Release mode are different
    By jaro in forum C Programming
    Replies: 11
    Last Post: 05-27-2006, 11:08 AM
  5. Ask about Debug Assert Failed
    By ooosawaddee3 in forum C++ Programming
    Replies: 0
    Last Post: 04-24-2002, 11:07 PM