Click here to Skip to main content
15,899,474 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Converting TCHAR to LPSTR to be used in CreateProcess Pin
KingsGambit28-Jan-10 1:06
KingsGambit28-Jan-10 1:06 
AnswerRe: Converting TCHAR to LPSTR to be used in CreateProcess Pin
Richard MacCutchan28-Jan-10 1:47
mveRichard MacCutchan28-Jan-10 1:47 
QuestionAbout select() in multithread Pin
luderjane28-Jan-10 0:10
luderjane28-Jan-10 0:10 
QuestionRe: About select() in multithread Pin
Moak28-Jan-10 8:00
Moak28-Jan-10 8:00 
AnswerRe: About select() in multithread Pin
luderjane1-Feb-10 20:16
luderjane1-Feb-10 20:16 
QuestionPainting in Win32, MFC and WPF ? Pin
Sameerkumar Namdeo27-Jan-10 23:19
Sameerkumar Namdeo27-Jan-10 23:19 
AnswerRe: Painting in Win32, MFC and WPF ? Pin
KingsGambit28-Jan-10 0:06
KingsGambit28-Jan-10 0:06 
QuestionCDocTemplate labelling a file yesAlreadyOpen after a document close Pin
maycockt27-Jan-10 23:02
maycockt27-Jan-10 23:02 
AnswerRe: CDocTemplate labelling a file yesAlreadyOpen after a document close Pin
Richard MacCutchan28-Jan-10 1:51
mveRichard MacCutchan28-Jan-10 1:51 
AnswerRe: CDocTemplate labelling a file yesAlreadyOpen after a document close Pin
krmed28-Jan-10 2:47
krmed28-Jan-10 2:47 
QuestionProblem in loading custom menu Pin
Anu_Bala27-Jan-10 21:31
Anu_Bala27-Jan-10 21:31 
AnswerRe: Problem in loading custom menu Pin
KingsGambit28-Jan-10 0:09
KingsGambit28-Jan-10 0:09 
AnswerRe: Problem in loading custom menu Pin
krmed28-Jan-10 2:32
krmed28-Jan-10 2:32 
QuestionDeselecting Tree Node Item in MFC Pin
RS.Ratheesh27-Jan-10 19:53
RS.Ratheesh27-Jan-10 19:53 
QuestionRe: Deselecting Tree Node Item in MFC Pin
David Crow28-Jan-10 3:42
David Crow28-Jan-10 3:42 
QuestionHow to use library files. Pin
Paulraj G27-Jan-10 19:52
Paulraj G27-Jan-10 19:52 
AnswerRe: How to use library files. Pin
CPallini27-Jan-10 21:04
mveCPallini27-Jan-10 21:04 
JokeRe: How to use library files. PinPopular
Nelek27-Jan-10 21:12
protectorNelek27-Jan-10 21:12 
GeneralRe: How to use library files. Pin
CPallini27-Jan-10 21:32
mveCPallini27-Jan-10 21:32 
JokeRe: How to use library files. Pin
Cedric Moonen27-Jan-10 21:47
Cedric Moonen27-Jan-10 21:47 
GeneralRe: How to use library files. Pin
Paulraj G27-Jan-10 21:50
Paulraj G27-Jan-10 21:50 
QuestionRe: How to use library files. Pin
CPallini27-Jan-10 22:14
mveCPallini27-Jan-10 22:14 
GeneralRe: How to use library files. Pin
Nelek27-Jan-10 22:26
protectorNelek27-Jan-10 22:26 
AnswerRe: How to use library files. Pin
Nelek27-Jan-10 21:08
protectorNelek27-Jan-10 21:08 
in grosso modo:

Once per library:
1) Install the library. Unzip it to a directory or install it via a package manager.
2) Tell the compiler where to look for the header file(s) for the library.
3) Tell the linker where to look for the library file(s) for the library.

Once per project:
5) Tell the linker which static or import library files to link.
6) #include the library's header file(s) in your program.
7) Make sure the program know where to find any dynamic libraries being used.

Regards.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
Rating helpfull answers is nice, but saying thanks can be even nicer.

QuestionFind compression type jpeg image Pin
Game-point27-Jan-10 17:40
Game-point27-Jan-10 17:40 

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.