Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: method for determining full application path Pin
scoroop17-Dec-04 4:53
scoroop17-Dec-04 4:53 
GeneralRe: method for determining full application path Pin
Antony M Kancidrowski17-Dec-04 4:58
Antony M Kancidrowski17-Dec-04 4:58 
GeneralRe: method for determining full application path Pin
scoroop17-Dec-04 5:11
scoroop17-Dec-04 5:11 
GeneralRe: method for determining full application path Pin
David Crow20-Dec-04 9:07
David Crow20-Dec-04 9:07 
Questionone question? Pin
namaskaaram17-Dec-04 0:32
namaskaaram17-Dec-04 0:32 
AnswerRe: one question? Pin
Cedric Moonen17-Dec-04 0:54
Cedric Moonen17-Dec-04 0:54 
AnswerRe: one question? Pin
rrrado17-Dec-04 0:56
rrrado17-Dec-04 0:56 
AnswerRe: one question? Pin
John R. Shaw17-Dec-04 4:37
John R. Shaw17-Dec-04 4:37 
Every one is correct!

What they did not say is important:

In the passed if you linked in a normal .LIB file, then you had linked in every function that was contained in that file, whether you used them are not. I do not know if that is still the case, but it resulted in programs that where much larger than required to do the job, since most of the function linked in where not used. Plus the fact that every program had there own version of the same function code.

If the same functions from the same library are used in several programs, then you should use a .DLL. That way all the programs can share the same code: This reduce the size of the individule programs and reduces the amount of disk space require to store the programs and libraries they depend on. It also reduces the amount of memory required to load your program.


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: one question? Pin
toxcct17-Dec-04 6:26
toxcct17-Dec-04 6:26 
GeneralRe: one question? Pin
John R. Shaw17-Dec-04 12:56
John R. Shaw17-Dec-04 12:56 
GeneralRe: one question? Pin
Blake Miller20-Dec-04 7:45
Blake Miller20-Dec-04 7:45 
GeneralCompile problem - precompiled headers Pin
rrrado17-Dec-04 0:27
rrrado17-Dec-04 0:27 
GeneralRe: Compile problem - precompiled headers Pin
Antony M Kancidrowski17-Dec-04 1:19
Antony M Kancidrowski17-Dec-04 1:19 
GeneralRe: Compile problem - precompiled headers Pin
rrrado17-Dec-04 2:21
rrrado17-Dec-04 2:21 
GeneralRe: Compile problem - precompiled headers Pin
rrrado17-Dec-04 3:02
rrrado17-Dec-04 3:02 
QuestionHelp :usb device monitoring ? Pin
etdo17-Dec-04 0:25
etdo17-Dec-04 0:25 
GeneralMouse wheel in Dialog application Pin
Anonymous16-Dec-04 21:45
Anonymous16-Dec-04 21:45 
GeneralRe: Mouse wheel in Dialog application Pin
PJ Arends16-Dec-04 21:55
professionalPJ Arends16-Dec-04 21:55 
GeneralProblem about finding memory leak Pin
ytod16-Dec-04 21:32
ytod16-Dec-04 21:32 
GeneralRe: Problem about finding memory leak Pin
PJ Arends16-Dec-04 22:08
professionalPJ Arends16-Dec-04 22:08 
GeneralRe: Problem about finding memory leak Pin
ytod16-Dec-04 22:26
ytod16-Dec-04 22:26 
GeneralRe: Problem about finding memory leak Pin
FayezElFar17-Dec-04 15:42
FayezElFar17-Dec-04 15:42 
GeneralDisplay unicode chars in EditBox Pin
kthanigai7416-Dec-04 21:22
susskthanigai7416-Dec-04 21:22 
GeneralRe: Display unicode chars in EditBox Pin
toxcct17-Dec-04 6:09
toxcct17-Dec-04 6:09 
GeneralActiveX ctrl not loading in browser Pin
Muhammad Azam16-Dec-04 20:10
Muhammad Azam16-Dec-04 20:10 

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.