Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Escape out double quote Pin
Graham Breach23-Nov-11 10:43
Graham Breach23-Nov-11 10:43 
GeneralRe: Escape out double quote Pin
jkirkerx23-Nov-11 11:07
professionaljkirkerx23-Nov-11 11:07 
QuestionReading Save File Problem Pin
idbee2k323-Nov-11 9:13
idbee2k323-Nov-11 9:13 
SuggestionRe: Reading Save File Problem Pin
Albert Holguin23-Nov-11 9:31
professionalAlbert Holguin23-Nov-11 9:31 
AnswerRe: Reading Save File Problem Pin
David Crow26-Nov-11 6:50
David Crow26-Nov-11 6:50 
QuestionUsing Main to grab command line arguments if it doesn't already exist? Pin
Lucidation23-Nov-11 6:15
Lucidation23-Nov-11 6:15 
AnswerRe: Using Main to grab command line arguments if it doesn't already exist? Pin
Albert Holguin23-Nov-11 7:21
professionalAlbert Holguin23-Nov-11 7:21 
AnswerRe: Using Main to grab command line arguments if it doesn't already exist? Pin
Chris Meech23-Nov-11 7:22
Chris Meech23-Nov-11 7:22 
You have code for a Windows application there. And it also looks like it is using MFC. You won't find a main(), nor will you need to. Odd, though is that you have 'theApp' declared twice. That's definitely not a good start.

There are methods of the CWinAppEx class that can be called in InitInstance to assist with command line handling. Smile | :)
Chris Meech
I am Canadian. [heard in a local bar]

In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

posting about Crystal Reports here is like discussing gay marriage on a catholic church’s website.[Nishant Sivakumar]

AnswerRe: Using Main to grab command line arguments if it doesn't already exist? Pin
Chuck O'Toole23-Nov-11 7:43
Chuck O'Toole23-Nov-11 7:43 
AnswerRe: Using Main to grab command line arguments if it doesn't already exist? Pin
Software_Developer23-Nov-11 7:52
Software_Developer23-Nov-11 7:52 
AnswerRe: Using Main to grab command line arguments if it doesn't already exist? Pin
Chris Losinger23-Nov-11 8:41
professionalChris Losinger23-Nov-11 8:41 
AnswerRe: Using Main to grab command line arguments if it doesn't already exist? Pin
Chuck O'Toole23-Nov-11 9:36
Chuck O'Toole23-Nov-11 9:36 
QuestionBit Fielf In UML Pin
Member 842679823-Nov-11 0:29
Member 842679823-Nov-11 0:29 
AnswerRe: Bit Fielf In UML Pin
Software_Developer23-Nov-11 0:43
Software_Developer23-Nov-11 0:43 
GeneralRe: Bit Field In UML Pin
Member 842679823-Nov-11 1:13
Member 842679823-Nov-11 1:13 
GeneralRe: Bit Field In UML Pin
Software_Developer23-Nov-11 3:24
Software_Developer23-Nov-11 3:24 
GeneralRe: Bit Field In UML Pin
Member 842679824-Nov-11 7:05
Member 842679824-Nov-11 7:05 
GeneralRe: Bit Field In UML Pin
Member 842679825-Nov-11 21:23
Member 842679825-Nov-11 21:23 
QuestionDoesn't open heading file VC ++ Pin
PeLeg8922-Nov-11 23:55
PeLeg8922-Nov-11 23:55 
AnswerRe: Doesn't open heading file VC ++ Pin
Richard MacCutchan23-Nov-11 0:04
mveRichard MacCutchan23-Nov-11 0:04 
GeneralRe: Doesn't open heading file VC ++ Pin
PeLeg8923-Nov-11 0:14
PeLeg8923-Nov-11 0:14 
GeneralRe: Doesn't open heading file VC ++ Pin
Richard MacCutchan23-Nov-11 0:30
mveRichard MacCutchan23-Nov-11 0:30 
GeneralRe: Doesn't open heading file VC ++ Pin
Erudite_Eric23-Nov-11 1:24
Erudite_Eric23-Nov-11 1:24 
AnswerRe: Doesn't open heading file VC ++ Pin
Albert Holguin23-Nov-11 2:47
professionalAlbert Holguin23-Nov-11 2:47 
GeneralRe: Doesn't open heading file VC ++ Pin
PeLeg8923-Nov-11 2:56
PeLeg8923-Nov-11 2:56 

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.