Originally posted by Martin Gühmann
No need for a main.cpp. If you have have installed some "demo" version of MS VC++ (and not VBasic as you told me) then you just need to double click on the file civctp.dsw and the Visual Studio opens this project file. And then you can use the IDE to edit the files and of course to compile and link the files.
Of course to compile and link the files you need DirectX installed.
-Martin
No need for a main.cpp. If you have have installed some "demo" version of MS VC++ (and not VBasic as you told me) then you just need to double click on the file civctp.dsw and the Visual Studio opens this project file. And then you can use the IDE to edit the files and of course to compile and link the files.
Of course to compile and link the files you need DirectX installed.
-Martin
Ok, I'm giving it a shot. Big note this is the first time I've compiled a C++ program, Turbo Pascal back n 1994 was the last time I've compiled something so there maybe some real basic questions and confusion so bear with me.
First attempt:
Opened with civctp.dsw with DevC++ and hit execute->compile figured to strt with te basics.
Results: of course that didn't work.
Second attempt: Okay I started a new project in DevC++ and as I went to add files to it appears I can't select a folder and add all those files, instead I have to go into each folder and add files. Not sure if this will mess up the directories etc. But with 1000+ code files I think this may take TOO long so I'm looking for another way.
Comment