Click here to Skip to main content
15,885,771 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExcel automation. How to save as *.xls with Excel 2010? Pin
Falconapollo8-Oct-11 20:09
Falconapollo8-Oct-11 20:09 
GeneralRe: Excel automation. How to save as *.xls with Excel 2010? Pin
David Crow10-Oct-11 3:31
David Crow10-Oct-11 3:31 
Questionhow to specify the compiler search path?(Visual Studio 2005) Pin
Falconapollo8-Oct-11 19:06
Falconapollo8-Oct-11 19:06 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
PJ Arends8-Oct-11 20:37
professionalPJ Arends8-Oct-11 20:37 
GeneralRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Falconapollo8-Oct-11 20:40
Falconapollo8-Oct-11 20:40 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Niklas L8-Oct-11 23:14
Niklas L8-Oct-11 23:14 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Richard MacCutchan8-Oct-11 23:21
mveRichard MacCutchan8-Oct-11 23:21 
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 

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.