Emo
Oct 14th, 2000, 03:40 AM
I'm new to VC++ and C++ itself so I have a question...
When I compile a project into a exe, VC++ creates a folder named "Debug" in my Project folder and puts the exe in there along with a whole bunch of other files... with extentions like *.ilk, *.obj, *.pch, *.pdb, *vc60, and *.pdb again with a different name.
My question is, do I have to include these files along with my exe if I want to give it someone else? I'm guessing NO but I'm used to doing it with VB so I'm making sure.
BTW: Can anyone tell me what are those other files, and what are they for? I've heard of the .obj, but I just know it stands for "object" file or something...
Thanks!
-Emo
When I compile a project into a exe, VC++ creates a folder named "Debug" in my Project folder and puts the exe in there along with a whole bunch of other files... with extentions like *.ilk, *.obj, *.pch, *.pdb, *vc60, and *.pdb again with a different name.
My question is, do I have to include these files along with my exe if I want to give it someone else? I'm guessing NO but I'm used to doing it with VB so I'm making sure.
BTW: Can anyone tell me what are those other files, and what are they for? I've heard of the .obj, but I just know it stands for "object" file or something...
Thanks!
-Emo