Thread: [noob] Dev C++
View Single Post
  #2  
Old 11-25-2004, 01:04 PM
Malignus Wingnut
Hill Giant
 
Join Date: Sep 2004
Posts: 233
Default

Quote:
Howto above butt hats
Lol.

Anyways,

Most C++ compilers work the same way, you set in a preferences menu which files you want to be included in the project (Which will be compiled into your finished product), what folders to draw all the necessary include files/lib files (.h, .lib, etc) from, and hit compile.

The source should come with a .dsw file, which is a project workspace, which contains already pre-saved, what files should be included into the build. The only thing you may have to do is go into options and add a few directories to the include/library locations. Fool around, you'll get it.
Reply With Quote