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

C / C++ / MFC

 
QuestionDeleting session cookies Pin
JanakaAtu30-Oct-07 1:27
JanakaAtu30-Oct-07 1:27 
Questionsetting no of lines in richedit conroll Pin
aamir ali30-Oct-07 1:12
aamir ali30-Oct-07 1:12 
AnswerRe: setting no of lines in richedit conroll Pin
KASR130-Oct-07 1:26
KASR130-Oct-07 1:26 
QuestionDLL newbie question [Solved] Pin
Nelek30-Oct-07 0:32
protectorNelek30-Oct-07 0:32 
GeneralRe: DLL newbie question Pin
Nelek30-Oct-07 1:23
protectorNelek30-Oct-07 1:23 
GeneralRe: DLL newbie question Pin
jhwurmbach30-Oct-07 2:32
jhwurmbach30-Oct-07 2:32 
GeneralRe: DLL newbie question Pin
Nelek30-Oct-07 2:59
protectorNelek30-Oct-07 2:59 
AnswerRe: DLL newbie question Pin
Phil J Pearson30-Oct-07 1:28
Phil J Pearson30-Oct-07 1:28 
If your main application[s] (the one[s] that will use the dll) is/are MFC then you can choose any of the three. If you want to use the dll from non-MFC applications then you're limited to 1 or 2.

In my view you're probably better sticking to 1 or 2 anyway. Shared MFC DLL is usually the sensible option but there are occasionally circumstances where that creates untold hassle and it's easier to use static MFC linkage.

In summary: if your requirements are fairly straightforward then go for standard dll with shared MFC dll; if things might get complicated go for standard dll with static-linked MFC. (You can easily change between the two if necessary). In either case the calling app does not have to use MFC, but it can.

Phil



The opinions expressed in this post are not necessarily those of the author, especially if you find them impolite, inaccurate or inflammatory.

GeneralRe: DLL newbie question Pin
Nelek30-Oct-07 1:43
protectorNelek30-Oct-07 1:43 
QuestionWhere and how can I get CPU Thermal Design Power (TDP) data? Pin
JwayT30-Oct-07 0:29
JwayT30-Oct-07 0:29 
Questionconverting a character into its ascii no Pin
prithaa30-Oct-07 0:19
prithaa30-Oct-07 0:19 
AnswerRe: converting a character into its ascii no Pin
Rajesh R Subramanian30-Oct-07 0:28
professionalRajesh R Subramanian30-Oct-07 0:28 
GeneralRe: converting a character into its ascii no Pin
prithaa30-Oct-07 1:01
prithaa30-Oct-07 1:01 
QuestionDrawing Icons Pin
dsclee29-Oct-07 23:39
dsclee29-Oct-07 23:39 
AnswerRe: Drawing Icons Pin
Hamid_RT30-Oct-07 0:28
Hamid_RT30-Oct-07 0:28 
GeneralRe: Drawing Icons Pin
dsclee30-Oct-07 1:58
dsclee30-Oct-07 1:58 
GeneralRe: Drawing Icons Pin
Hamid_RT30-Oct-07 19:42
Hamid_RT30-Oct-07 19:42 
GeneralRe: Drawing Icons Pin
dsclee31-Oct-07 3:57
dsclee31-Oct-07 3:57 
GeneralRe: Drawing Icons Pin
Hamid_RT31-Oct-07 5:08
Hamid_RT31-Oct-07 5:08 
QuestionCom regarding use of GetDesktopItemCount Pin
ROBS12329-Oct-07 23:28
ROBS12329-Oct-07 23:28 
AnswerRe: Com regarding use of GetDesktopItemCount Pin
Hamid_RT30-Oct-07 0:40
Hamid_RT30-Oct-07 0:40 
QuestionHow to detect if another process is running and bring it to the foreground ? Pin
Anand Todkar29-Oct-07 23:20
Anand Todkar29-Oct-07 23:20 
AnswerRe: How to detect if another process is running and bring it to the foreground ? Pin
Nishad S29-Oct-07 23:32
Nishad S29-Oct-07 23:32 
AnswerRe: How to detect if another process is running and bring it to the foreground ? Pin
Mark Salsbery30-Oct-07 7:27
Mark Salsbery30-Oct-07 7:27 
GeneralRe: How to detect if another process is running and bring it to the foreground ? Pin
Anand Todkar30-Oct-07 20:25
Anand Todkar30-Oct-07 20:25 

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.