Click here to Skip to main content
15,891,253 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CPU Problem Pin
Hamid_RT4-Mar-09 1:00
Hamid_RT4-Mar-09 1:00 
GeneralRe: CPU Problem Pin
MsmVc4-Mar-09 1:13
MsmVc4-Mar-09 1:13 
GeneralRe: CPU Problem Pin
Hamid_RT4-Mar-09 1:44
Hamid_RT4-Mar-09 1:44 
GeneralRe: CPU Problem Pin
MsmVc5-Mar-09 23:42
MsmVc5-Mar-09 23:42 
GeneralRe: CPU Problem Pin
David Crow4-Mar-09 3:19
David Crow4-Mar-09 3:19 
Questioncontents of .lib .exe .dll .obj Pin
hrishiS3-Mar-09 21:22
hrishiS3-Mar-09 21:22 
AnswerRe: contents of .lib .exe .dll .obj Pin
«_Superman_»3-Mar-09 22:01
professional«_Superman_»3-Mar-09 22:01 
AnswerRe: contents of .lib .exe .dll .obj Pin
Iain Clarke, Warrior Programmer3-Mar-09 22:15
Iain Clarke, Warrior Programmer3-Mar-09 22:15 
compiled code.
compiled code.
compiled code.

OK, the answer is a bit longer than that...

.obj files are your compiled .C/.CPP files.
.lib files are library files, and are a collection of .obj files for later use.
.exe files are actual programs. The are linked from obj and premade lib files.
.dll files are similar to exe's, but cannot be run on their own. They hold collections of functions for other programs to call.

I'm not going to write an essay for you on this, as this sounds very homeworky. But there are good articles on DLLs here on this website.

Look at the thread 3 before your post: dll creating in win32[^]

As you are the 3rd person to ask nearly the same question within a few hours, are you all in the same class?

Iain.

Codeproject MVP for C++, I can't believe it's for my lounge posts...

AnswerRe: contents of .lib .exe .dll .obj Pin
Eytukan3-Mar-09 22:19
Eytukan3-Mar-09 22:19 
AnswerRe: contents of .lib .exe .dll .obj Pin
Hamid_RT3-Mar-09 23:01
Hamid_RT3-Mar-09 23:01 
AnswerRe: contents of .lib .exe .dll .obj Pin
toxcct3-Mar-09 23:18
toxcct3-Mar-09 23:18 
QuestionHow to get buffer from a Directx based game Pin
kallol kumar3-Mar-09 20:31
kallol kumar3-Mar-09 20:31 
AnswerRe: How to get buffer from a Directx based game Pin
Hamid_RT3-Mar-09 20:37
Hamid_RT3-Mar-09 20:37 
QuestionVC++6.0 and VS 2005 .net in same machine Pin
Anu_Bala3-Mar-09 20:03
Anu_Bala3-Mar-09 20:03 
AnswerRe: VC++6.0 and VS 2005 .net in same machine Pin
Eytukan3-Mar-09 20:05
Eytukan3-Mar-09 20:05 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Anu_Bala3-Mar-09 20:13
Anu_Bala3-Mar-09 20:13 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Eytukan3-Mar-09 20:19
Eytukan3-Mar-09 20:19 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Stuart Dootson3-Mar-09 21:50
professionalStuart Dootson3-Mar-09 21:50 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Hamid_RT3-Mar-09 20:32
Hamid_RT3-Mar-09 20:32 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Eytukan3-Mar-09 20:37
Eytukan3-Mar-09 20:37 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Hamid_RT3-Mar-09 22:41
Hamid_RT3-Mar-09 22:41 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Eytukan3-Mar-09 23:06
Eytukan3-Mar-09 23:06 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Hamid_RT4-Mar-09 0:59
Hamid_RT4-Mar-09 0:59 
GeneralRe: VC++6.0 and VS 2005 .net in same machine Pin
Eytukan4-Mar-09 1:04
Eytukan4-Mar-09 1:04 
AnswerRe: VC++6.0 and VS 2005 .net in same machine Pin
Eytukan3-Mar-09 20:33
Eytukan3-Mar-09 20:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.