Click here to Skip to main content
15,887,214 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MFC42.DLL Pin
Nishad S26-Sep-07 17:35
Nishad S26-Sep-07 17:35 
GeneralRe: MFC42.DLL Pin
rishimohan26-Sep-07 18:45
rishimohan26-Sep-07 18:45 
GeneralRe: MFC42.DLL Pin
Nishad S26-Sep-07 20:18
Nishad S26-Sep-07 20:18 
AnswerRe: MFC42.DLL Pin
Cedric Moonen25-Sep-07 20:07
Cedric Moonen25-Sep-07 20:07 
GeneralRe: MFC42.DLL Pin
Nelek25-Sep-07 22:15
protectorNelek25-Sep-07 22:15 
GeneralRe: MFC42.DLL Pin
Cedric Moonen26-Sep-07 0:13
Cedric Moonen26-Sep-07 0:13 
GeneralRe: MFC42.DLL Pin
Nelek26-Sep-07 0:35
protectorNelek26-Sep-07 0:35 
GeneralRe: MFC42.DLL Pin
Cedric Moonen26-Sep-07 0:53
Cedric Moonen26-Sep-07 0:53 
Nelek wrote:
And with the others... I have thought to statically link the main dll because it will always used, and the others dinamically to be choosen when needed.


Nope, you can't statically link with dll's. In case of MFC, they gave you the choice because they provide both versions: dll or static library, so you can simply choose which one you use.
In the case of third party dll's, you won't have the choice, you need to distribute them with your application (except if they provide a static library too, which I doubt).


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: MFC42.DLL Pin
Nelek26-Sep-07 1:32
protectorNelek26-Sep-07 1:32 
GeneralRe: MFC42.DLL Pin
rishimohan26-Sep-07 17:27
rishimohan26-Sep-07 17:27 
AnswerRe: MFC42.DLL Pin
Steven Jan25-Sep-07 22:01
Steven Jan25-Sep-07 22:01 
GeneralRe: MFC42.DLL Pin
rishimohan26-Sep-07 18:44
rishimohan26-Sep-07 18:44 
AnswerRe: MFC42.DLL Pin
David Crow26-Sep-07 3:13
David Crow26-Sep-07 3:13 
GeneralRe: MFC42.DLL Pin
rishimohan26-Sep-07 19:47
rishimohan26-Sep-07 19:47 
AnswerRe: MFC42.DLL Pin
Eytukan26-Sep-07 4:53
Eytukan26-Sep-07 4:53 
QuestionQuestions about creating a 3D array class Pin
leileicats25-Sep-07 18:07
leileicats25-Sep-07 18:07 
AnswerRe: Questions about creating a 3D array class Pin
Branislav26-Sep-07 0:29
Branislav26-Sep-07 0:29 
Questionwav file Pin
aldo hexosa25-Sep-07 18:04
professionalaldo hexosa25-Sep-07 18:04 
AnswerRe: wav file Pin
Nishad S25-Sep-07 19:43
Nishad S25-Sep-07 19:43 
AnswerRe: wav file Pin
Mark Salsbery26-Sep-07 6:17
Mark Salsbery26-Sep-07 6:17 
QuestionReplace numbers with words? Pin
MoboTech25-Sep-07 18:00
MoboTech25-Sep-07 18:00 
AnswerRe: Replace numbers with words? Pin
Nishad S25-Sep-07 19:39
Nishad S25-Sep-07 19:39 
GeneralRe: Replace numbers with words? Pin
MoboTech25-Sep-07 19:44
MoboTech25-Sep-07 19:44 
GeneralRe: Replace numbers with words? Pin
Nishad S25-Sep-07 20:03
Nishad S25-Sep-07 20:03 
AnswerRe: Replace numbers with words? Pin
p_25-Sep-07 20:18
p_25-Sep-07 20:18 

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.