Joined: 16 Jan 2007 Posts: 933 Location: GMS - Khaini
Posted: Wed Sep 19, 2007 9:18 pm Post subject: how to compile
im am a noob at programming but how do i compile stuff if it has 2 stuff mainform.cpp and mainform.h. the programs i have are Microsoft Visual C++ 6.0 and Borland C++ 5.02 there registered
cmd /K "C:\Program Files\Microsoft Visual Studio 6\VC\bin\vcvars32.bat"
- Note: you need to fix the path! I don't have MSVS6 installed so I can't check what's the default dir of it.
3. Navigate to the folder of your file.
4. Type:
Code:
cl mainform.cpp
- You may get some warnings, but they're because of missing compiler options etc.
5. You might want to try
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum