Click here to Skip to main content
15,904,935 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Please!!!!! Can someone Help. Pin
Garth J Lancaster6-Mar-09 19:24
professionalGarth J Lancaster6-Mar-09 19:24 
GeneralRe: Please!!!!! Can someone Help. Pin
FISH7866-Mar-09 20:12
FISH7866-Mar-09 20:12 
QuestionHow to get the flags set during the creation of an imagelist ? Pin
zouzoulikou6-Mar-09 10:22
zouzoulikou6-Mar-09 10:22 
AnswerRe: How to get the flags set during the creation of an imagelist ? Pin
Yusuf6-Mar-09 11:07
Yusuf6-Mar-09 11:07 
GeneralRe: How to get the flags set during the creation of an imagelist ? Pin
zouzoulikou6-Mar-09 11:22
zouzoulikou6-Mar-09 11:22 
Question.lib mystery and headache [modified] Pin
JackPuppy6-Mar-09 8:40
JackPuppy6-Mar-09 8:40 
AnswerRe: .lib mystery and headache Pin
led mike6-Mar-09 10:23
led mike6-Mar-09 10:23 
AnswerRe: .lib mystery and headache Pin
Eytukan6-Mar-09 19:51
Eytukan6-Mar-09 19:51 
In the linker option, you need to give the path of your boost lib.
Open your project properties dialog,
Config&properties->Linker->General Options->AddtitionalLibrarayDirectories[//Give the path of your libs here]

Then in Input option,
Likner->Input->AdditionalDependencies[// Here specify your boos lib] //Also you can give absolute paths here.


Alternatively, In your code you can use
#pragma comment(lib,"Absolute_path_to_your_lib")



JackPuppy wrote:
I know there is only symbols(variable names,function names, etc)in .lib, even the complier gain the .lib, how the linker gain the corespondent .dll's name.


Good question, but unfortunately the lib doesn't tell you about location details of your DLL. The lib just contains the exported symbols of the dll. It just talks about it. So when compiling you don't need the dll. Just a lib reference is enough. But at run time, you need to keep your dll along with your .exe or in system folders.

He never answers anyone who replies to him. I've taken to calling him a retard, which is not fair to retards everywhere.-Christian Graus

GeneralRe: .lib mystery and headache Pin
JackPuppy6-Mar-09 20:59
JackPuppy6-Mar-09 20:59 
GeneralRe: .lib mystery and headache Pin
JackPuppy6-Mar-09 21:02
JackPuppy6-Mar-09 21:02 
GeneralRe: .lib mystery and headache Pin
Eytukan6-Mar-09 21:29
Eytukan6-Mar-09 21:29 
Questionmessage associted with number? Pin
sam_psycho6-Mar-09 6:42
sam_psycho6-Mar-09 6:42 
AnswerRe: message associted with number?[modified] Pin
Eytukan6-Mar-09 6:52
Eytukan6-Mar-09 6:52 
QuestionLeft Mouse Click and Hold Pin
Software20076-Mar-09 6:26
Software20076-Mar-09 6:26 
AnswerRe: Left Mouse Click and Hold Pin
Jonnie White6-Mar-09 6:30
Jonnie White6-Mar-09 6:30 
GeneralRe: Left Mouse Click and Hold Pin
Software20076-Mar-09 6:50
Software20076-Mar-09 6:50 
AnswerRe: Left Mouse Click and Hold Pin
Code-o-mat6-Mar-09 8:23
Code-o-mat6-Mar-09 8:23 
GeneralRe: Left Mouse Click and Hold Pin
Software20076-Mar-09 8:49
Software20076-Mar-09 8:49 
QuestionRe: Left Mouse Click and Hold Pin
David Crow6-Mar-09 10:15
David Crow6-Mar-09 10:15 
QuestionA tricky way of manipulating memory allocation [modified] Pin
JackPuppy6-Mar-09 4:25
JackPuppy6-Mar-09 4:25 
AnswerRe: A tricky way of manipulating memory allocation Pin
Eytukan6-Mar-09 4:59
Eytukan6-Mar-09 4:59 
AnswerRe: A tricky way of manipulating memory allocation Pin
JackPuppy6-Mar-09 5:17
JackPuppy6-Mar-09 5:17 
Answer. Pin
Perisic, Aleksandar6-Mar-09 6:10
Perisic, Aleksandar6-Mar-09 6:10 
GeneralRe: A tricky way of manipulating memory allocation Pin
JackPuppy6-Mar-09 8:49
JackPuppy6-Mar-09 8:49 
General. Pin
Perisic, Aleksandar6-Mar-09 10:04
Perisic, Aleksandar6-Mar-09 10:04 

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.