Click here to Skip to main content
15,914,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Luc Pattyn8-Oct-11 23:24
sitebuilderLuc Pattyn8-Oct-11 23:24 
The compiler will never search for cpp files, you have to add them explicitly to your project, see the solution pane. Either create them inside your project, or add them ("Add Existing Item") if they already exist.

The one thing that gets looked for is header files (*.h), that is what all the "include" commands and directives are for.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
iSad

Questionsending SMS in C++ Pin
Hadi Dayvary8-Oct-11 9:00
professionalHadi Dayvary8-Oct-11 9:00 
AnswerRe: sending SMS in C++ Pin
André Kraak8-Oct-11 9:14
André Kraak8-Oct-11 9:14 
GeneralRe: sending SMS in C++ Pin
Hadi Dayvary8-Oct-11 10:20
professionalHadi Dayvary8-Oct-11 10:20 
AnswerRe: sending SMS in C++ Pin
Erudite_Eric9-Oct-11 3:48
Erudite_Eric9-Oct-11 3:48 
GeneralRe: sending SMS in C++ Pin
Hadi Dayvary9-Oct-11 9:35
professionalHadi Dayvary9-Oct-11 9:35 
QuestionBasic Question About LRESULT Pin
AmbiguousName7-Oct-11 20:30
AmbiguousName7-Oct-11 20:30 
AnswerRe: Basic Question About LRESULT Pin
Richard MacCutchan7-Oct-11 21:11
mveRichard MacCutchan7-Oct-11 21:11 
Questionpriview of files Pin
VCProgrammer7-Oct-11 19:33
VCProgrammer7-Oct-11 19:33 
AnswerRe: priview of files Pin
Richard MacCutchan7-Oct-11 21:09
mveRichard MacCutchan7-Oct-11 21:09 
GeneralRe: priview of files Pin
VCProgrammer12-Oct-11 20:51
VCProgrammer12-Oct-11 20:51 
GeneralRe: priview of files Pin
Richard MacCutchan12-Oct-11 23:13
mveRichard MacCutchan12-Oct-11 23:13 
QuestionRe: priview of files Pin
David Crow8-Oct-11 12:27
David Crow8-Oct-11 12:27 
AnswerRe: priview of files Pin
VCProgrammer12-Oct-11 20:50
VCProgrammer12-Oct-11 20:50 
GeneralRe: priview of files Pin
David Crow13-Oct-11 3:13
David Crow13-Oct-11 3:13 
QuestionPosting messages in MFC to the view. Pin
Vaclav_7-Oct-11 11:01
Vaclav_7-Oct-11 11:01 
AnswerRe: Posting messages in MFC to the view. Pin
André Kraak7-Oct-11 13:38
André Kraak7-Oct-11 13:38 
GeneralRe: Posting messages in MFC to the view. Pin
Vaclav_7-Oct-11 15:08
Vaclav_7-Oct-11 15:08 
AnswerRe: Posting messages in MFC to the view. Pin
PJ Arends7-Oct-11 19:37
professionalPJ Arends7-Oct-11 19:37 
GeneralRe: Posting messages in MFC to the view. Pin
André Kraak7-Oct-11 22:23
André Kraak7-Oct-11 22:23 
GeneralRe: Posting messages in MFC to the view. Pin
Vaclav_8-Oct-11 4:30
Vaclav_8-Oct-11 4:30 
GeneralRe: Posting messages in MFC to the view. Pin
André Kraak8-Oct-11 4:35
André Kraak8-Oct-11 4:35 
GeneralRe: Posting messages in MFC to the view. Pin
Vaclav_8-Oct-11 5:35
Vaclav_8-Oct-11 5:35 
GeneralRe: Posting messages in MFC to the view. Pin
André Kraak8-Oct-11 5:39
André Kraak8-Oct-11 5:39 
SuggestionHow to create secure, uncrackable product keys for your application Pin
Catalin Stavaru7-Oct-11 5:02
Catalin Stavaru7-Oct-11 5:02 

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.