CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2010
    Posts
    1

    Trying to install Agar widget =(

    Hey guys...
    Im begginer in C/++ coding. I try to install the Agar widget (1.4.0), but something seems to be wrong.

    I using Dev Cpp to compile the program there is nothing more needed than:
    1. Create the project (Win32 Console App)
    2. Add the sources (The Agar's one)
    3. Compile
    4. DONE!

    But when i click on the compile button i just see.
    C:\Dev-Cpp\Makefile.win [Build Error] [Project1.exe] Error 1

    Just that.. what could be the problem ? Thanks in advance.

  2. #2
    Join Date
    Jun 2010
    Posts
    50

    Re: Trying to install Agar widget =(

    You can try it again in another compiler
    The compiler you introduce is not so perfect as other commercial products. The owners do know it well, because they offer it for free. Some years later when they can make it better, it will probably no longer exist as a free tool for download. That's my thought from your problem statements

  3. #3
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: Trying to install Agar widget =(

    Quote Originally Posted by darthmoon
    Just that.. what could be the problem ?
    I suspect an IDE configuration error. Are you able to compile a simple "hello world" program?

    Quote Originally Posted by TheComputer
    You can try it again in another compiler
    The compiler you introduce is not so perfect as other commercial products. The owners do know it well, because they offer it for free. Some years later when they can make it better, it will probably no longer exist as a free tool for download. That's my thought from your problem statements
    Actually, darthmoon only mentioned an IDE, not a compiler, but the default compiler toolchain for Dev-C++ is GCC, which means that your assumptions are actually quite laughable

    That said, Dev-C++ is no longer being maintained, so it may be wiser to switch to a different IDE.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  4. #4
    Join Date
    Jun 2010
    Posts
    50

    Re: Trying to install Agar widget =(

    Thank you, your explanation really shames me, (I need to kill myself because I am guiding people incorrectly). So the compiler part is gracefully swept away , no SMS (save my soil) for the unnecessary e-commercial product marketting
    Visual Studio organizes your files better, I'd like to recommend it

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