Thread: how to work with dev c++

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    4

    how to work with dev c++

    hi i am new in using dev c++. i dont know how to install compilar in dev c++
    so please tell me.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    February 21th 2005 : Dev-C++ 5 Beta 9.2 (4.9.9.2) released !
    Getting a bit long in the tooth - no?

    Anyway, did you get this version?
    Dev-C++ version 4.9.9.2, includes full Mingw compiler system with GCC 3.4.2 and GDB 5.2.1
    The includes is key, otherwise you don't get a compiler at all.

    For something more up to date, try Code::Blocks
    Same deal - make sure you get the larger package WITH the compiler.
    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.

  3. #3
    Registered User
    Join Date
    Mar 2010
    Posts
    4
    thanks buddy for replying
    1 : i installed dev c++ beta version with mingw compiler.
    but when i triend to run any c program it show the following error
    "[Build Error] [Untitled1.o] Error 1 "
    what should i do . i have set the classpath of bin dir.


    2: i have also installed code::block with compiler version
    it shows the error
    -------------- Build: Debug in p ---------------

    Compiling: main.c
    mingw32-gcc.exe: installation problem, cannot exec `cc1': No such file or directory
    Process terminated with status 1 (0 minutes, 0 seconds)
    0 errors, 0 warnings

    help....

  4. #4
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,739
    Did you built it first??

  5. #5
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,739
    Quote Originally Posted by devC View Post
    i have set the classpath of bin dir.
    Noooo, u shouldn't set anything!! The compiler does that for you automatically!

  6. #6
    Registered User
    Join Date
    Mar 2010
    Posts
    4
    yea i built it first
    but the problem persist. Is any classpath that i should set . tell me .

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Perhaps
    a) re-install everything from scratch
    b) create a console "hello world" project
    c) compile and run it.

    Just so we know the basics work out of the box.
    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. getting SDL to work with Dev-Cpp
    By linucksrox in forum Game Programming
    Replies: 5
    Last Post: 10-24-2005, 11:43 AM
  2. How come Dev C++ cant run some programs??
    By Sephiroth in forum C Programming
    Replies: 41
    Last Post: 09-17-2005, 05:35 AM
  3. Developers Wanted
    By Quasicom in forum Projects and Job Recruitment
    Replies: 2
    Last Post: 08-24-2005, 12:46 AM
  4. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  5. capture card wont work with xp
    By scott27349 in forum Tech Board
    Replies: 6
    Last Post: 02-08-2005, 09:47 PM