Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: Find compression type jpeg image Pin
Rajesh R Subramanian27-Jan-10 18:29
professionalRajesh R Subramanian27-Jan-10 18:29 
QuestionMaking an adaptive studying application [modified] Pin
rbwest8627-Jan-10 14:26
rbwest8627-Jan-10 14:26 
AnswerRe: Making an adaptive studying application Pin
«_Superman_»27-Jan-10 15:53
professional«_Superman_»27-Jan-10 15:53 
GeneralRe: Making an adaptive studying application Pin
rbwest8627-Jan-10 17:32
rbwest8627-Jan-10 17:32 
GeneralRe: Making an adaptive studying application Pin
«_Superman_»27-Jan-10 18:44
professional«_Superman_»27-Jan-10 18:44 
GeneralRe: Making an adaptive studying application Pin
rbwest8627-Jan-10 18:51
rbwest8627-Jan-10 18:51 
GeneralRe: Making an adaptive studying application Pin
«_Superman_»27-Jan-10 18:55
professional«_Superman_»27-Jan-10 18:55 
GeneralRe: Making an adaptive studying application Pin
rbwest8627-Jan-10 19:06
rbwest8627-Jan-10 19:06 
GeneralRe: Making an adaptive studying application Pin
«_Superman_»27-Jan-10 19:16
professional«_Superman_»27-Jan-10 19:16 
GeneralRe: Making an adaptive studying application Pin
rbwest8627-Jan-10 22:10
rbwest8627-Jan-10 22:10 
GeneralRe: Making an adaptive studying application Pin
rbwest8628-Jan-10 3:30
rbwest8628-Jan-10 3:30 
QuestionHow to retrieve request contents in an ISAPI filter? Pin
jackzhangca27-Jan-10 11:05
jackzhangca27-Jan-10 11:05 
QuestionConverting calloc to new. Pin
BubbaGeeNH27-Jan-10 10:15
BubbaGeeNH27-Jan-10 10:15 
AnswerRe: Converting calloc to new. Pin
Chris Losinger27-Jan-10 10:27
professionalChris Losinger27-Jan-10 10:27 
GeneralRe: Converting calloc to new. Pin
Nemanja Trifunovic27-Jan-10 11:06
Nemanja Trifunovic27-Jan-10 11:06 
GeneralRe: Converting calloc to new. Pin
Chris Losinger27-Jan-10 11:09
professionalChris Losinger27-Jan-10 11:09 

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.