CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 20

Threaded View

  1. #7
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Whats up with my dev c++?

    Quote Originally Posted by hayloiuy View Post
    I dont mean to be rude but i want solutions not recommendations.
    Dev-C++ is a dead project. It has been dead for a few years now. So "solutions" just aren't going to come by so easy for something that is no longer maintained or fixed by the author.
    I just started using it today
    So you just started to use it today, and come heck or high-water, you want this thing to work. Is this the case? Then good luck in that.

    Seriously, Dev-C++ and CodeBlocks uses the same compiler, gcc. Since you just started using Dev-C++, why not just download CodeBlocks and recompile your program using an IDE that is actually being maintained? Whenever I am looking for apps to buy (or use), I don't just go with the first thing I try out.

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; May 8th, 2010 at 10:09 AM.

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

Featured