What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [Solved] Error on Dev-C++

[Solved] Error on Dev-C++
Author: Message:
Naruto-SR
Junior Member
**

Avatar

Posts: 47
Reputation: 4
43 / Male / Flag
Joined: Feb 2008
RE: Error on Dev-C++
1. Have you got version 4.92 version of Dev C++ (it works best).

2. Attempt to compile a project that does not require the user to add any of his/her own code.

Such as:

Create new project, select windows app, save as project 1. From that point, simply compile. That should give you a simple gui_window application, and no problems. If that works, then you have been compiling your projects incorrectly. Anytime you create a new project and you wish to add your own main.cpp files (or any other name for that matter) always remove any dev-generated cpp files from the project; then add your own sources to the project. Header files are not added to your project as you probably may already now, but you link them, ie. #include <"myheader.h">. Resource files are added by going to toolbar, project, add resource file. All of the steps need to be done correctly to avoid compilation errors.
02-29-2008 12:34 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Solved] Error on Dev-C++ - by Chancer on 02-29-2008 at 12:09 AM
RE: Error on Dev-C++ - by Naruto-SR on 02-29-2008 at 12:34 AM
RE: Error on Dev-C++ - by Chancer on 02-29-2008 at 05:44 PM
RE: Error on Dev-C++ - by Chancer on 03-02-2008 at 07:12 PM
RE: Error on Dev-C++ - by Mike on 03-02-2008 at 08:13 PM
RE: Error on Dev-C++ - by Chancer on 03-02-2008 at 11:40 PM
RE: Error on Dev-C++ - by vikke on 03-02-2008 at 11:53 PM
RE: Error on Dev-C++ - by Chancer on 03-02-2008 at 11:56 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On