|
-
Nov 9th, 2002, 12:54 PM
#1
Thread Starter
<?="Moderator"?>
compiler output
hey ive just compile a projected called cmdline, with had source1.cpp inside.
my compiler created these files,
BuildLog.htm
cmdline.exe
cmdline.pdb
source1.obj
vc70.idb
vc70.pdb
wat does they all do, and do i have to ship all the files for it to run on another computer???
Thanks
-
Nov 9th, 2002, 02:06 PM
#2
Fanatic Member
You just need the .exe, the rest are used by the compiler while compiling
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
Nov 9th, 2002, 02:23 PM
#3
Monday Morning Lunatic
Re: compiler output
Originally posted by john tindell
BuildLog.htm
cmdline.exe
cmdline.pdb
source1.obj
vc70.idb
vc70.pdb
As was stated, only the .exe is needed. The files are, in order:
HTML version of the compiler output (easier to read sometimes).
Final linked executable.
Program Database (debug information and symbols).
Compiled object code for "source1.cpp".
Dunno about the last two, I think they're used by the linker :shrug:
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 10th, 2002, 06:20 AM
#4
Thread Starter
<?="Moderator"?>
cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|