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

C / C++ / MFC

 
GeneralRe: method for determining full application path Pin
krmed17-Dec-04 2:17
krmed17-Dec-04 2:17 
GeneralRe: method for determining full application path Pin
Antony M Kancidrowski17-Dec-04 3:08
Antony M Kancidrowski17-Dec-04 3:08 
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 
The code inside the lib file is loaded during compile time and is 'added' inside your executable so, after compilation, you don't need to send the lib file with your executable.
With a dll, the code is loaded at run-time from the dll so you need to send the dll also with your executable.

[edit] Sorry: lib files are loaded at linkage, not at compile time of course... (writing too fast Dead | X| ) [\edit]
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 
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 

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.