Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger
- From: v-garych@xxxxxxxxxxxxxxxxxxxx ("Gary Chang[MSFT]")
- Date: Wed, 11 Oct 2006 05:58:37 GMT
Hi Edward,
I was trying to find out why I wasn't getting the command line
parameters and stepped into the CWinAp::ParseCommandLine(...)
which actually fills the >CCommandLineInfo class.
The __argc and __targv are defined in the corresponding VC++ runtime
library, but we don't provides its source code and debugging symbols, so
the debugger is unable to parse them.
Thanks!
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger
- From: Edward Mitchell
- Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger
- References:
- How to see __argc and __targv command arguments using VS.NET 2005 debugger
- From: Edward Mitchell
- Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger
- From: Ajay Kalra
- Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger
- From: Edward Mitchell
- How to see __argc and __targv command arguments using VS.NET 2005 debugger
- Prev by Date: How to get a pointer to a CFormView
- Next by Date: Re: How to get a pointer to a CFormView
- Previous by thread: Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger
- Next by thread: Re: How to see __argc and __targv command arguments using VS.NET 2005 debugger
- Index(es):