Click here to Skip to main content
15,916,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Activex mfc - urgent pls Pin
User 58385225-Sep-07 20:04
User 58385225-Sep-07 20:04 
GeneralRe: Activex mfc - urgent pls Pin
jhwurmbach26-Sep-07 1:54
jhwurmbach26-Sep-07 1:54 
QuestionMFC42.DLL Pin
rishimohan25-Sep-07 18:19
rishimohan25-Sep-07 18:19 
AnswerRe: MFC42.DLL Pin
Hamid_RT25-Sep-07 19:43
Hamid_RT25-Sep-07 19:43 
AnswerRe: MFC42.DLL Pin
Nishad S25-Sep-07 19:49
Nishad S25-Sep-07 19:49 
GeneralRe: MFC42.DLL Pin
rishimohan25-Sep-07 20:25
rishimohan25-Sep-07 20:25 
GeneralRe: MFC42.DLL Pin
Nishad S25-Sep-07 22:19
Nishad S25-Sep-07 22:19 
GeneralRe: MFC42.DLL Pin
rishimohan26-Sep-07 17:23
rishimohan26-Sep-07 17:23 
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 

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.