Compiling a program in C with Dev C++ on Vista

Last update on November 21, 2008 07:47 AM by netty5
Published by netty5

Compiling a program in C with Dev C++ on Vista






Compiling a C source code under Vista with Dev C++, can be a quite difficult procedure.


Quick solution: the g++ compiler

To be used with Dev-PSV:
Go to Tools/compiler options and then click on the Programs tab.
Replace gcc.exe found in the first case with g++.exe

Recommended solution

The use of g++ to compile a C code is not necessarily the most appropriate method. Here below you shall find the most suitable way:
Download the CodeBlocks: http://www.codeblocks.org/downloads.
Have Mingw download and install it.
Download the following file from and uncompress it in C:\mingw.
http//www.dessent.net/tmp/gcc-vista-3.4.5-20060117-1.tar.gz

Install CodeBlocks
CodeBlocks will automatically find Gcc
Best answers for « Compiling a program in C with Dev C++ on Vista » in :
Find the name of a program quickly with Vista Show Find the name of a program quickly with Vista Find the name of a program quickly with Vista Windows Vista includes a quick search bar that will save some preicous time, for this you need only enter the first letters of the program...
Change the default installation folder C: \ Program Files ShowChange the default installation folder C: \ Program Files The installation of most software programs are set by default in the C: \ Program Files. Below is a means of how to change into another partition. Under Windows Vista, select...
Compiling an assembly program with Nasm ShowCompiling an assembly program with Nasm Intro With LInux With Windows Intro Netwide Assembler (NASM) is an assembler and disassembler for the Intel x86 architecture and is commonly used to create 16-bit, 32-bit (IA-32) and 64-bit...
Compiling C under linux/UNIX ShowCompiling C under linux/UNIX Introduction Gcc Syntax GCC Introduction Under linux, the C compiler is gcc. It is set as default under several distributions but not on Debian. You should install aptitude install gcc Gcc Gcc is the...
Download Vista Shutdown Timer ShowWhen you download a spacious file or when an installation or a transfer hesitates to end! Not how to be obliged to wait for the end of task? Vista Shut Down Timer is a program allowing to define the hour of stopping or the conditions of stopping of...
Download Cool Edit Pro ShowCool Edit Pro is a program to record, mix, edit, you can add special effects in your mix. It will be very useful for generating digital audio like a pro. Advantage You will have access to a full burn to edit files sized up to 2GB. Cool Edit Pro...
Rundll32 - rundll32.exe Showrundll32 - rundll32.exe rundll32.exe (rundll32 stands for Run a DLL as a 32-bit application) is a Windows NT/2000/XP generic process used for loading dynamic link libraries (DLLs) in memory so that other programs can use them. The file that...
S-video (Y/C) ShowThe S-Video standard The S-Video standard (for "Sony Video"), sometimes called Y/C, is a video transmission mode with separate components using different cables to carry information regarding luminance (luminosity) and chrominance (colour). An S...
Programming languages ShowProgramming language A "programming language" is a language designed to describe a set of consecutive actions to be executed by a computer. A programming language is therefore a practical way for us (humans) to give instructions to a...