Click here to Skip to main content
16,010,394 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating header - CListCtrl Pin
grassrootkit4-Mar-09 6:25
grassrootkit4-Mar-09 6:25 
QuestionFrom A FrameWindow Pin
grassrootkit4-Mar-09 3:37
grassrootkit4-Mar-09 3:37 
AnswerRe: From A FrameWindow Pin
Stuart Dootson4-Mar-09 5:45
professionalStuart Dootson4-Mar-09 5:45 
GeneralRe: From A FrameWindow Pin
grassrootkit4-Mar-09 6:14
grassrootkit4-Mar-09 6:14 
GeneralRe: From A FrameWindow Pin
grassrootkit4-Mar-09 6:17
grassrootkit4-Mar-09 6:17 
GeneralRe: From A FrameWindow Pin
Stuart Dootson4-Mar-09 6:22
professionalStuart Dootson4-Mar-09 6:22 
Questionuse of MFC library Pin
hrishiS4-Mar-09 2:43
hrishiS4-Mar-09 2:43 
AnswerRe: use of MFC library Pin
Cedric Moonen4-Mar-09 2:46
Cedric Moonen4-Mar-09 2:46 
It specifies how you will link to the MFC libraries:
- static linking, in which case, all the required MFC functionalities are imported into your application. Which makes the exe size larger.
- dynamic linking (dll), in which case you use a MFC dll which makes your exe size much smaller. The draw back is that you need to distribute the MFC dlls along your application (if they are not present on the target machine).

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

AnswerRe: use of MFC library Pin
Maximilien4-Mar-09 2:50
Maximilien4-Mar-09 2:50 
AnswerRe: use of MFC library Pin
Eytukan4-Mar-09 3:23
Eytukan4-Mar-09 3:23 
Questionspread controller..i am using farpoint Pin
coding_ram4-Mar-09 1:42
coding_ram4-Mar-09 1:42 
QuestionRe: spread controller..i am using farpoint Pin
David Crow4-Mar-09 3:10
David Crow4-Mar-09 3:10 
Questiondraw a arc betwwen two lines and then find angle Pin
vikas choudhry4-Mar-09 1:13
vikas choudhry4-Mar-09 1:13 
AnswerRe: draw a arc betwwen two lines and then find angle Pin
Cedric Moonen4-Mar-09 1:42
Cedric Moonen4-Mar-09 1:42 
JokeRe: draw a arc betwwen two lines and then find angle Pin
CPallini4-Mar-09 1:54
mveCPallini4-Mar-09 1:54 
GeneralRe: draw a arc betwwen two lines and then find angle Pin
Eytukan4-Mar-09 1:54
Eytukan4-Mar-09 1:54 
GeneralRe: draw a arc betwwen two lines and then find angle Pin
vikas choudhry4-Mar-09 2:10
vikas choudhry4-Mar-09 2:10 
GeneralRe: draw a arc betwwen two lines and then find angle Pin
Cedric Moonen4-Mar-09 2:22
Cedric Moonen4-Mar-09 2:22 
GeneralRe: draw a arc betwwen two lines and then find angle Pin
CPallini4-Mar-09 2:42
mveCPallini4-Mar-09 2:42 
AnswerRe: draw a arc betwwen two lines and then find angle Pin
Eytukan4-Mar-09 1:48
Eytukan4-Mar-09 1:48 
AnswerRe: draw a arc betwwen two lines and then find angle Pin
CPallini4-Mar-09 1:49
mveCPallini4-Mar-09 1:49 
AnswerRe: draw a arc betwwen two lines and then find angle Pin
Cedric Moonen4-Mar-09 1:58
Cedric Moonen4-Mar-09 1:58 
AnswerRe: draw a arc betwwen two lines and then find angle Pin
Maximilien4-Mar-09 3:04
Maximilien4-Mar-09 3:04 
GeneralRe: draw a arc betwwen two lines and then find angle Pin
vikas choudhry4-Mar-09 17:48
vikas choudhry4-Mar-09 17:48 
Question.DLL file created but without a .LIB file Pin
PankajB4-Mar-09 1:12
PankajB4-Mar-09 1:12 

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.