Click here to Skip to main content
15,891,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: numbers per line Pin
Stuart Dootson27-Feb-09 8:51
professionalStuart Dootson27-Feb-09 8:51 
QuestionProject settings in Visual Studio 2005/2008 Pin
Eikthrynir27-Feb-09 4:38
Eikthrynir27-Feb-09 4:38 
AnswerRe: Project settings in Visual Studio 2005/2008 Pin
Stuart Dootson27-Feb-09 5:33
professionalStuart Dootson27-Feb-09 5:33 
Questionhow to use shared_ptr in VC++ 6.0 Pin
vibindia27-Feb-09 3:59
vibindia27-Feb-09 3:59 
AnswerRe: how to use shared_ptr in VC++ 6.0 Pin
Stuart Dootson27-Feb-09 4:15
professionalStuart Dootson27-Feb-09 4:15 
AnswerRe: how to use shared_ptr in VC++ 6.0 Pin
Chris Losinger27-Feb-09 4:23
professionalChris Losinger27-Feb-09 4:23 
QuestionTell linker to add cpp files Pin
dehseth27-Feb-09 3:24
dehseth27-Feb-09 3:24 
AnswerRe: Tell linker to add cpp files Pin
Stuart Dootson27-Feb-09 3:35
professionalStuart Dootson27-Feb-09 3:35 
You don't tell the linker to use the cpp file - the cpp file's source code, but the linker wants object code...

What you need to do is give the linker a command line that tells it all the object files that are produced by the compiler, plus any import libraries for system libraries (DLLs) that you reference.

BTW - just suggesting here, but we might be able to help even more if you gave an exact error message.



QuestionRe: Tell linker to add cpp files Pin
dehseth27-Feb-09 3:50
dehseth27-Feb-09 3:50 
AnswerRe: Tell linker to add cpp files Pin
Stuart Dootson27-Feb-09 4:11
professionalStuart Dootson27-Feb-09 4:11 
AnswerRe: Tell linker to add cpp files Pin
Code-o-mat27-Feb-09 3:37
Code-o-mat27-Feb-09 3:37 
QuestionRe: Tell linker to add cpp files Pin
dehseth27-Feb-09 4:01
dehseth27-Feb-09 4:01 
AnswerRe: Tell linker to add cpp files Pin
Code-o-mat27-Feb-09 4:10
Code-o-mat27-Feb-09 4:10 
AnswerRe: Tell linker to add cpp files Pin
Stuart Dootson27-Feb-09 4:17
professionalStuart Dootson27-Feb-09 4:17 
GeneralRe: Tell linker to add cpp files Pin
dehseth27-Feb-09 6:41
dehseth27-Feb-09 6:41 
QuestionRibbon application crash on some systems while it works fine on others. Pin
VC++Maniac27-Feb-09 2:47
VC++Maniac27-Feb-09 2:47 
QuestionFile Browser Pin
pooja_friends27-Feb-09 2:20
pooja_friends27-Feb-09 2:20 
AnswerRe: File Browser Pin
Jijo.Raj27-Feb-09 2:40
Jijo.Raj27-Feb-09 2:40 
QuestionGrid Help needed Pin
pandit8427-Feb-09 0:29
pandit8427-Feb-09 0:29 
AnswerRe: Grid Help needed Pin
pandit8427-Feb-09 4:28
pandit8427-Feb-09 4:28 
Question?? Pin
sonu.saini.76@gmail.com27-Feb-09 0:25
sonu.saini.76@gmail.com27-Feb-09 0:25 
AnswerRe: ?? PinPopular
Michael Schubert27-Feb-09 0:27
Michael Schubert27-Feb-09 0:27 
AnswerRe: ?? Pin
Rajesh R Subramanian27-Feb-09 3:19
professionalRajesh R Subramanian27-Feb-09 3:19 
AnswerRe: ?? Pin
Hamid_RT27-Feb-09 3:35
Hamid_RT27-Feb-09 3:35 
AnswerRe: ?? Pin
jeron127-Feb-09 4:17
jeron127-Feb-09 4:17 

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.