Click here to Skip to main content
15,892,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIHTMLElement usage crash in VC++ Pin
Pk.j28-Jun-10 20:09
Pk.j28-Jun-10 20:09 
AnswerRe: IHTMLElement usage crash in VC++ PinPopular
SandipG 28-Jun-10 21:22
SandipG 28-Jun-10 21:22 
GeneralRe: IHTMLElement usage crash in VC++ Pin
Niklas L28-Jun-10 21:30
Niklas L28-Jun-10 21:30 
GeneralRe: IHTMLElement usage crash in VC++ Pin
Pk.j28-Jun-10 23:48
Pk.j28-Jun-10 23:48 
AnswerRe: IHTMLElement usage crash in VC++ Pin
Niklas L28-Jun-10 21:29
Niklas L28-Jun-10 21:29 
GeneralRe: IHTMLElement usage crash in VC++ Pin
Pk.j28-Jun-10 23:54
Pk.j28-Jun-10 23:54 
GeneralRe: IHTMLElement usage crash in VC++ Pin
Niklas L29-Jun-10 9:59
Niklas L29-Jun-10 9:59 
QuestionCDialogBar Usage very confusing.. Pin
ForNow28-Jun-10 6:56
ForNow28-Jun-10 6:56 
AnswerRe: CDialogBar Usage very confusing.. Pin
Niklas L28-Jun-10 8:32
Niklas L28-Jun-10 8:32 
GeneralRe: CDialogBar Usage very confusing.. Pin
ForNow28-Jun-10 8:45
ForNow28-Jun-10 8:45 
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 

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.