Click here to Skip to main content
15,884,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CDialogBar Usage very confusing.. Pin
Niklas L28-Jun-10 8:53
Niklas L28-Jun-10 8:53 
GeneralRe: CDialogBar Usage very confusing.. Pin
ForNow28-Jun-10 9:01
ForNow28-Jun-10 9:01 
QuestionFolder Save Pin
mdocvc28-Jun-10 6:42
mdocvc28-Jun-10 6:42 
AnswerRe: Folder Save Pin
Rajesh R Subramanian28-Jun-10 6:55
professionalRajesh R Subramanian28-Jun-10 6:55 
AnswerRe: Folder Save Pin
rp_suman28-Jun-10 7:55
rp_suman28-Jun-10 7:55 
GeneralRe: Folder Save Pin
mdocvc29-Jun-10 8:36
mdocvc29-Jun-10 8:36 
QuestionVissual C++ express 2008 Pin
cavemen28-Jun-10 5:02
cavemen28-Jun-10 5:02 
AnswerRe: Vissual C++ express 2008 Pin
Maximilien28-Jun-10 5:44
Maximilien28-Jun-10 5:44 
cavemen wrote:
Why wouldn't it tell me what line there is a syntaxis error in?


When you build/compile your project, does it not display a list of errors and warnings in the "output" window ? do you see the output window ? When there is an error there should be something like that :

1>.\folder\file.cpp(3511) : error C2143: syntax error : missing ';' before '}'


cavemen wrote:
Is there any way I can make system build the project every time I want to launch it automatically?


If you run/debug your application after you change the source code, it should normally ask you to build your project again.

In VS2008 (not express) There is an option (tools->options->Project&Solutions->Build&Run) to prompt the user when the projects are not up to date (i.e. needing recompile); check it out.

other than that, I'm not certain what is your problem.

Max.
Watched code never compiles.

GeneralRe: Vissual C++ express 2008 Pin
cavemen28-Jun-10 7:10
cavemen28-Jun-10 7:10 
GeneralRe: Vissual C++ express 2008 Pin
Maximilien28-Jun-10 7:14
Maximilien28-Jun-10 7:14 
GeneralRe: Vissual C++ express 2008 Pin
cavemen28-Jun-10 10:38
cavemen28-Jun-10 10:38 
GeneralRe: Vissual C++ express 2008 Pin
Maximilien28-Jun-10 12:37
Maximilien28-Jun-10 12:37 
GeneralRe: Vissual C++ express 2008 Pin
Richard MacCutchan28-Jun-10 21:36
mveRichard MacCutchan28-Jun-10 21:36 
GeneralRe: Vissual C++ express 2008 Pin
Aescleal29-Jun-10 0:09
Aescleal29-Jun-10 0:09 
GeneralRe: Vissual C++ express 2008 Pin
Richard MacCutchan29-Jun-10 1:45
mveRichard MacCutchan29-Jun-10 1:45 
QuestionImage Matrix Pin
Harish Makaram28-Jun-10 3:34
Harish Makaram28-Jun-10 3:34 
AnswerRe: Image Matrix Pin
chandu00428-Jun-10 20:16
chandu00428-Jun-10 20:16 
GeneralRe: Image Matrix Pin
Harish Makaram28-Jun-10 23:01
Harish Makaram28-Jun-10 23:01 
GeneralRe: Image Matrix Pin
chandu00429-Jun-10 0:39
chandu00429-Jun-10 0:39 
GeneralRe: Image Matrix Pin
Maximilien29-Jun-10 0:47
Maximilien29-Jun-10 0:47 
GeneralRe: Image Matrix Pin
Harish Makaram29-Jun-10 1:52
Harish Makaram29-Jun-10 1:52 
GeneralRe: Image Matrix Pin
chandu00429-Jun-10 2:54
chandu00429-Jun-10 2:54 
GeneralRe: Image Matrix Pin
Harish Makaram29-Jun-10 3:21
Harish Makaram29-Jun-10 3:21 
GeneralRe: Image Matrix Pin
chandu00429-Jun-10 4:14
chandu00429-Jun-10 4:14 
GeneralRe: Image Matrix Pin
chandu00429-Jun-10 16:22
chandu00429-Jun-10 16:22 

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.