Click here to Skip to main content
16,007,277 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionVC 2005 Pin
ArielR1-Aug-07 5:34
ArielR1-Aug-07 5:34 
AnswerRe: VC 2005 Pin
toxcct1-Aug-07 5:44
toxcct1-Aug-07 5:44 
GeneralRe: VC 2005 Pin
Cyrilix1-Aug-07 6:23
Cyrilix1-Aug-07 6:23 
GeneralRe: VC 2005 Pin
Randor 1-Aug-07 6:54
professional Randor 1-Aug-07 6:54 
AnswerRe: VC 2005 Pin
David Crow1-Aug-07 7:31
David Crow1-Aug-07 7:31 
AnswerRe: VC 2005 Pin
Michael Dunn1-Aug-07 7:55
sitebuilderMichael Dunn1-Aug-07 7:55 
QuestionCompiler Error C1083 Pin
sanjutvm1-Aug-07 4:06
sanjutvm1-Aug-07 4:06 
AnswerRe: Compiler Error C1083 Pin
Cyrilix1-Aug-07 5:25
Cyrilix1-Aug-07 5:25 
I'm not sure if I fully understand what you mean. First you mention a header file. Then you mention a library file. Which one is it? *.h and *.lib paths are not part of the same list of paths, as far as I know. There should be a section for each of them. That said, it would typically be better to add the include paths to your project file, not in the global settings as it makes your application more portable in development when you move from computer to computer, environment to environment.

Edit: I just reread it, and maybe you mean that once you solve the header issue, you get a library issue. If that's the case, then you will have to edit the library paths as well. I'm unsure which setting it is in VC6, but in VC2005, it's under "Configuration Properties --> Linker --> General --> Additional Library Directories".
GeneralRe: Compiler Error C1083 Pin
sanjutvm12-Aug-07 6:01
sanjutvm12-Aug-07 6:01 
GeneralRe: Compiler Error C1083 Pin
Cyrilix12-Aug-07 7:25
Cyrilix12-Aug-07 7:25 
AnswerRe: Compiler Error C1083 Pin
bob169721-Aug-07 6:43
bob169721-Aug-07 6:43 
GeneralRe: Compiler Error C1083 Pin
sanjutvm12-Aug-07 6:03
sanjutvm12-Aug-07 6:03 
AnswerRe: Compiler Error C1083 Pin
Eytukan1-Aug-07 7:02
Eytukan1-Aug-07 7:02 
GeneralRe: Compiler Error C1083 Pin
sanjutvm12-Aug-07 6:06
sanjutvm12-Aug-07 6:06 
QuestionFloating toolbar-Remove taskbar button? Pin
Gunn3171-Aug-07 3:16
Gunn3171-Aug-07 3:16 
AnswerRe: Floating toolbar-Remove taskbar button? Pin
James R. Twine1-Aug-07 4:23
James R. Twine1-Aug-07 4:23 
GeneralRe: Floating toolbar-Remove taskbar button? Pin
Gunn31717-Aug-07 9:28
Gunn31717-Aug-07 9:28 
GeneralSTL Pin
Rage1-Aug-07 3:12
professionalRage1-Aug-07 3:12 
GeneralRe: STL Pin
Cyrilix1-Aug-07 5:29
Cyrilix1-Aug-07 5:29 
GeneralRe: STL Pin
Rage1-Aug-07 6:00
professionalRage1-Aug-07 6:00 
GeneralRe: STL Pin
Cyrilix1-Aug-07 6:20
Cyrilix1-Aug-07 6:20 
GeneralRe: STL Pin
Rage1-Aug-07 20:57
professionalRage1-Aug-07 20:57 
GeneralRe: STL Pin
Eytukan1-Aug-07 6:57
Eytukan1-Aug-07 6:57 
GeneralRe: STL Pin
toxcct1-Aug-07 7:20
toxcct1-Aug-07 7:20 
GeneralRe: STL Pin
Eytukan1-Aug-07 7:29
Eytukan1-Aug-07 7:29 

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.