Click here to Skip to main content
15,921,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can we add two dialogs to the same class? Pin
Parthiban18-Apr-06 21:32
Parthiban18-Apr-06 21:32 
AnswerRe: Can we add two dialogs to the same class? Pin
ThatsAlok19-Apr-06 7:02
ThatsAlok19-Apr-06 7:02 
Question.h, .lib and .dll Pin
HakunaMatada18-Apr-06 20:13
HakunaMatada18-Apr-06 20:13 
AnswerRe: .h, .lib and .dll Pin
Stephen Hewitt18-Apr-06 20:29
Stephen Hewitt18-Apr-06 20:29 
GeneralRe: .h, .lib and .dll Pin
HakunaMatada18-Apr-06 21:26
HakunaMatada18-Apr-06 21:26 
GeneralRe: .h, .lib and .dll Pin
Stephen Hewitt21-Apr-06 0:04
Stephen Hewitt21-Apr-06 0:04 
AnswerRe: .h, .lib and .dll Pin
Waldermort18-Apr-06 20:31
Waldermort18-Apr-06 20:31 
GeneralRe: .h, .lib and .dll Pin
HakunaMatada18-Apr-06 21:32
HakunaMatada18-Apr-06 21:32 
waldermort wrote:
a .lib and a .dll are both basically the same thing, with one exception, a dll is dynamic. This means if you use a dll in your project, you will have to distribute the dll with your exe. But if you use a lib, the code inside the lib is added inside the exe.


So what you mean to say is that a dll and lib file is the same. They both contain the implementation of the functions declared in a header file? Confused | :confused:

---
With best regards,
A Manchester United Fan

The Genius of a true fool is that he can mess up a foolproof plan!
AnswerRe: .h, .lib and .dll Pin
maiquysang18-Apr-06 21:32
maiquysang18-Apr-06 21:32 
GeneralRe: .h, .lib and .dll Pin
Stephen Hewitt21-Apr-06 0:08
Stephen Hewitt21-Apr-06 0:08 
Questionnew and delete Pin
HakunaMatada18-Apr-06 19:50
HakunaMatada18-Apr-06 19:50 
AnswerRe: new and delete Pin
kirannarik18-Apr-06 19:57
kirannarik18-Apr-06 19:57 
AnswerRe: new and delete Pin
MANISH RASTOGI18-Apr-06 20:14
MANISH RASTOGI18-Apr-06 20:14 
GeneralRe: new and delete Pin
vikramlinux18-Apr-06 20:33
vikramlinux18-Apr-06 20:33 
GeneralRe: new and delete Pin
ThatsAlok19-Apr-06 1:16
ThatsAlok19-Apr-06 1:16 
GeneralRe: new and delete Pin
vikramlinux19-Apr-06 3:04
vikramlinux19-Apr-06 3:04 
GeneralRe: new and delete Pin
ThatsAlok19-Apr-06 7:00
ThatsAlok19-Apr-06 7:00 
QuestionRefresh/Resize Problem in SDI application Pin
kirannarik18-Apr-06 19:37
kirannarik18-Apr-06 19:37 
QuestionRe: Refresh/Resize Problem in SDI application Pin
prasad_som18-Apr-06 21:25
prasad_som18-Apr-06 21:25 
AnswerRe: Refresh/Resize Problem in SDI application Pin
kirannarik18-Apr-06 23:47
kirannarik18-Apr-06 23:47 
GeneralRe: Refresh/Resize Problem in SDI application Pin
prasad_som19-Apr-06 0:04
prasad_som19-Apr-06 0:04 
GeneralRe: Refresh/Resize Problem in SDI application Pin
kirannarik19-Apr-06 0:09
kirannarik19-Apr-06 0:09 
GeneralRe: Refresh/Resize Problem in SDI application Pin
prasad_som20-Apr-06 1:16
prasad_som20-Apr-06 1:16 
Questionhow to design a gui in vc++ Pin
anubhavmehrotra8418-Apr-06 19:28
anubhavmehrotra8418-Apr-06 19:28 
AnswerRe: how to design a gui in vc++ Pin
User 21559718-Apr-06 20:21
User 21559718-Apr-06 20:21 

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.