Dev-C++: Eclipse style syntax highlighting Programming Software Development by ShawnCplus … and Settings\<username>\Application Data\Dev-Cpp [B]To Use in Dev-C++:[/B] Tools[B]->[/B]Editor Options [U… Re: Dev C++ error or code problem? Programming Software Development by Fbody Dev-C++ comes with the MinGW compiler, but it's probably an old version. The Code::Blocks version is most likely newer. You'll have to mark the thread "solved" yourself. There should be a "mark as solved" button at the bottom of the listing, next to the "Reply to this Thread" button. Re: DEV-C++ equation solver Programming Software Development by pseudorandom21 Dev-C++ is no longer supported, last I checked. A better IDE will probably compile it. Re: Dev C++ linker errors, undefined reference Programming Software Development by vegaseat Dev-C++ creates a new makefile every time it compiles. Messing with the old one is futile, it gets overwritten. Re: Dev C++ Color Schemes Programming Software Development by Ancient Dragon Dev-C++ is free. You get what you pay for. VC++ 2008 … Dev C++ graphics screen query Programming Software Development by prabhjitsw … am creating a program of a game of snake. In Dev C++ the graphics open in WINDOWS BGI screen whereas the text… gdriver = DETECT, gmode, errorcode; initgraph(&gdriver, &gmode, "c://tc//"); cleardevice(); char ans; rand(); int x=10,y… Re: Dev C++ graphics screen query Programming Software Development by Ancient Dragon I did't realize Dev-C++ could generate 16-bit code like Turbo C. dos.h is not supported with 32-bit compilers. Re: Dev C++ error or code problem? Programming Software Development by jephthah … the source of your error code. i don't use Dev C++ so I can't say. I use CodeBlocks (w/ MinGW…, because it's my preference. I've heard criticisms of Dev-C++ that there are some various compile-related issues, but I… Dev C++ error or code problem? Programming Software Development by bperiod [Linker error] undefined reference to `__cpu_features_init' comes to [CODE]#include <stdio.h> int main(){ char c; printf("Hello World!"); scanf("%c", &c); } [/CODE] I don't think that it's code problem. What can I do? (Dev C++ newest version) (I tried reinstalling DEV C++) Re: Dev C++ error or code problem? Programming Software Development by bperiod [QUOTE=Salem;1197858]I remember seeing such things when trying to compile C code with a C++ compiler. [/QUOTE] Well, the tutorial told Dev-C++ to compile C progs. Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by uspdf …;C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c… terminated[/code] Makefile: [code]# Project: Hello Sample # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe CC = gcc.exe… Re: Dev-c++ options Programming Software Development by jonsca … the answer? [/quote] Yes. I've never tried to use C::B with any other language, but Eclipse has plugins for… ever thought of in computing's history. I know that C::B has a lot of add-ins, but I have… for the coding? By the way, as the example with Dev-c++ showed it is important to choose the right tools for… dev c++ wierd error because of simple math Programming Software Development by dot_binary … basic math like this: int e = a - b; int r = c - d; int w = e / r; Even if I make a… me the error. I'm using the latest version of DEV C++ on windows XP. Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by bops … everyone, Im running into big trouble with my compiler Dev-C++, every time i compile any project, whether it is …C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c…++/3.4.2" -I"C:/Dev-Cpp… Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by bops … LanguageID=1033 CharsetID=1252 CompanyName= FileVersion= FileDescription=Developed using the Dev-C++ IDE InternalName= LegalCopyright= LegalTrademarks= OriginalFilename= ProductName= ProductVersion= AutoIncBuildNr…[/CODE] Makefile... [CODE] # Project: Project1 # Makefile created by Dev-C++ 4.9.9.2 CPP = g++.exe CC = gcc.exe… Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by splinterz …again everyone, Im running into big trouble with my compiler Dev-C++, every time i compile any project, whether it is…C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c…++/3.4.2" -I"C:/Dev-… Dev C++ [Build Error] [main.o] Error 2 unexpected end of file Programming Software Development by Austinnh …whenever I try to build a project in Dev C++. I can compile an individual source file …C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c…++/3.4.2" -I"C:/Dev-Cpp/include" C:/Dev dev c++ problem please help Programming Software Development by centenond … to compile it give me error 2816 ive never used dev c++ although i have used netbeans and i had to change…;C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c…++/3.4.2" -I"C:/Dev-Cpp/… Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by bops Thanks, I have did that, It has been added to path successfully but Dev-C++ still doesnt work. I have rebooted as soon as i added C:\Dev-Cpp\bin; to path but the error is still the same...any mroe suggestions ? Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by bops …any project whether it would be a template given by Dev-C++ when creating a windows application or something I have …created by the compiler in the same directory, "C:\Dev-Cpp\" from which I create a another directory depending… on what Im creating for example "C:\Dev-Cpp\New_Project" is where I have saved all … Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by kon_t … did that, It has been added to path successfully but Dev-C++ still doesnt work. I have rebooted as soon as i… added C:\Dev-Cpp\bin; to path but the error is still the… have a config problem. Your path is wrong &/or dev c++ isnt installed correctly. some of the following has already been… what is the best C++ book for absolute beginner(newbie)? Programming Software Development by FBI … is the best book for beginning c++ apress beginning c from novice to prfessional tech yourself c++ in 21 days..and so on… programming... so i really want to learn c++... and also what is the best IDE for C++? visual studio or bloodshed Dev c++? [/B] Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by anuragpatil I have done this successfully. Say your Dev C++ is in C drive of Windows (C:\Dev-Cpp\) Copy following text to Tools >> Compiler Options >> Directories >> Binaries and click OK. C:\Dev-Cpp\Bin C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2 Hope this helps. Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by ketu83 I am facing the same problem. I am using Dev C++ on Windows 2000. I created a project in which there … gives the following error. ------------------------------------------------------------------------------------------------ Compiler: Default compiler Building Makefile: "C:\Dev-Cpp\Makefile.win" Executing make... make.exe -f "… Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by LordHorst … save my project "directly" on any hard drive (C:\, D:\, E:\ ...) everything works fine, but as soon as I… save the project in any folder (ie C:\newfolder), then I get the "Dev-C++ - [Build Error] [main.o] Error 1"… Re: Dev-C++ - [Build Error] [main.o] Error 1 Programming Software Development by Kanoisa … the first place. i have some suspicion to believe that dev c++ is not very happy to work with windows programs, you… Re: dev c++ problem please help Programming Software Development by Ancient Dragon > seems like im the only one with the error 2816 Or you are one of the few people still using Dev-C++, which hasn't been updated in many years. If you want to use MinGW then Code::Blocks is a lot better IDE than Dev-C++. Re: dev c++ problem please help Programming Software Development by centenond > Or you are one of the few people still using Dev-C++, which hasn't been updated in many years. If you want to use MinGW then Code::Blocks is a lot better IDE than Dev-C++. > thanks for the advice will look it to it :3 Dev-C++ Enhancements Programming Software Development by ShawnCplus … rest of you I made a really simple script for Dev-C++ to add some speed to it. (I had more in…'t be used by the general public :) ) [code] /* Dev-C++ Hotkeys and Autoreplacements */ #IfWinActive, Dev-C++ 4.9.9.2 { RShift & Enter:: Send… to have AutoHotKey Installed, just run in before you open Dev-C++ and it'll work just the same. dev-c++: circumvent execute access rights on temp dir Programming Software Development by White-Gandalf … better visited one and found this here. I use: Dev-C++ 4.9.9.2 Windows XP/SP2 example program not… how to configure the path for temporary batch files in Dev-C++? So, that it can point to an other dir…temp dir of the user? ---- Where it comes from: The Dev-C++ - IDE in the default configuration needs "execute" …