Click here to Skip to main content
16,014,734 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalvc++ help Pin
brianfm8-Mar-04 6:08
brianfm8-Mar-04 6:08 
GeneralWindow Styles Pin
monrobot138-Mar-04 4:18
monrobot138-Mar-04 4:18 
GeneralRe: Window Styles Pin
Steve S8-Mar-04 4:38
Steve S8-Mar-04 4:38 
GeneralRe: Window Styles Pin
monrobot138-Mar-04 6:07
monrobot138-Mar-04 6:07 
GeneralRe: Window Styles Pin
Anonymous8-Mar-04 5:54
Anonymous8-Mar-04 5:54 
GeneralRe: Window Styles Pin
monrobot138-Mar-04 6:08
monrobot138-Mar-04 6:08 
GeneralRe: Window Styles Pin
Michael Dunn8-Mar-04 10:04
sitebuilderMichael Dunn8-Mar-04 10:04 
Generalsize of dll vs exe Pin
GDavy8-Mar-04 3:27
GDavy8-Mar-04 3:27 
Hello there,
I wrote some applications and since a lot of these applications use common classes I figured I`ld put the common classes and code in a dll and load the dll in the apps. That way my executables would be smaller and my projects would have a better overview (less files).
The following I noticed however:
when including a certain class in my dll that required me to link to a lib the dll file increased with 150kB, but including the class in my app and linking to the lib increased the exe with only 80kB.
How does it come that the same code (except for dllexport) results in so much more memory in a dll compared to a exe?

Thanks to anyone that might shed some light on this...

GeneralRe: size of dll vs exe Pin
Iain Clarke, Warrior Programmer8-Mar-04 3:44
Iain Clarke, Warrior Programmer8-Mar-04 3:44 
GeneralRe: size of dll vs exe Pin
Prakash Nadar8-Mar-04 4:08
Prakash Nadar8-Mar-04 4:08 
GeneralRe: size of dll vs exe Pin
GDavy8-Mar-04 19:23
GDavy8-Mar-04 19:23 
GeneralGIF decoding Pin
jk chan8-Mar-04 2:58
jk chan8-Mar-04 2:58 
QuestionRead/Write to Ms Excel and Access using MFC? Pin
Mehdi_Hosseinpour8-Mar-04 2:49
Mehdi_Hosseinpour8-Mar-04 2:49 
AnswerRe: Read/Write to Ms Excel and Access using MFC? Pin
David Crow8-Mar-04 3:56
David Crow8-Mar-04 3:56 
General'type cast' warning Pin
si_698-Mar-04 2:18
si_698-Mar-04 2:18 
GeneralRe: 'type cast' warning Pin
Prakash Nadar8-Mar-04 2:28
Prakash Nadar8-Mar-04 2:28 
GeneralRe: 'type cast' warning Pin
John M. Drescher8-Mar-04 8:18
John M. Drescher8-Mar-04 8:18 
GeneralRe: 'type cast' warning Pin
Prakash Nadar8-Mar-04 16:00
Prakash Nadar8-Mar-04 16:00 
GeneralRe: 'type cast' warning Pin
RChin8-Mar-04 2:29
RChin8-Mar-04 2:29 
GeneralRe: 'type cast' warning Pin
David Crow8-Mar-04 4:00
David Crow8-Mar-04 4:00 
GeneralACCESS FUNCTION OF ANOTHER CLASS Pin
Caoimh8-Mar-04 1:44
Caoimh8-Mar-04 1:44 
GeneralRe: ACCESS FUNCTION OF ANOTHER CLASS Pin
Prakash Nadar8-Mar-04 2:22
Prakash Nadar8-Mar-04 2:22 
GeneralRe: ACCESS FUNCTION OF ANOTHER CLASS Pin
Navin8-Mar-04 5:49
Navin8-Mar-04 5:49 
GeneralMonitoring Internet traffic Pin
JGStanier8-Mar-04 1:14
JGStanier8-Mar-04 1:14 
GeneralRe: Monitoring Internet traffic Pin
David Crow8-Mar-04 5:54
David Crow8-Mar-04 5:54 

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.