|  | does not contain debug information. Press OK to Continue |  | |
| | | Karthik |  |
| Posted: Mon Jun 23, 2008 10:19 am Post subject: does not contain debug information. Press OK to Continue |  |
Hi,
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
This application runs perfectly on windows xp 32bit os without any problem.
I used Windows XP 64 bit build environment (Debug) from PSDK for windows 2003 R2 to port my application, and created the suitable configuration and made all the necessary settings to the configuration.
In fact I was able to compile and link the application without any errors.
My problem is I am getting a message "does not contain debug information. Press OK to Continue" when I try to debug the application with or without breakpoints.
Why I want to debug is, The application is not working fine and popping up some error messages, I want to catch them at runtime and fix them up.
Can anybody help me in this regard. |
| |
| | | Richar |  |
| Posted: Mon Jun 23, 2008 10:27 am Post subject: Re: does not contain debug information. Press OK to Continue |  |
Nick Keighley <nick_keighley_nospam@hotmail.com> writes:
| Quote: | On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
this news group deals with standard C and platform specific stuff.
|
That will be news to your master and mentor "Mr Me" Heathfield. |
| |
| | | Richar |  |
| Posted: Mon Jun 23, 2008 10:43 am Post subject: Re: does not contain debug information. Press OK to Continue |  |
gazelle@xmission.xmission.com (Kenny McCormack) writes:
| Quote: | In article <g3o4r5$t9a$8@registered.motzarella.org>, Richard <rgrdev@gmail.com> wrote: Nick Keighley <nick_keighley_nospam@hotmail.com> writes:
On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
this news group deals with standard C and platform specific stuff.
That will be news to your master and mentor "Mr Me" Heathfield.
Good catch, but I assume that the word "not" being dropped was merely a typo.
|
Being a pedantic arsehole does not come easy to me, so to suck up to the regular c.l.c clique I jump at every opportunity. Think along the lines of "Chuck" soiling his pants trying to be first to tell someone that main() must return something or the like. |
| |
| | | Richar |  |
| Posted: Mon Jun 23, 2008 11:24 am Post subject: Re: does not contain debug information. Press OK to Continue |  |
| |  | |
gazelle@xmission.xmission.com (Kenny McCormack) writes:
| Quote: | In article <g3o5qd$38f$1@registered.motzarella.org>, Richard <rgrdev@gmail.com> wrote: gazelle@xmission.xmission.com (Kenny McCormack) writes:
In article <g3o4r5$t9a$8@registered.motzarella.org>, Richard <rgrdev@gmail.com> wrote: Nick Keighley <nick_keighley_nospam@hotmail.com> writes:
On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
this news group deals with standard C and platform specific stuff.
That will be news to your master and mentor "Mr Me" Heathfield.
Good catch, but I assume that the word "not" being dropped was merely a typo.
Being a pedantic arsehole does not come easy to me, so to suck up to the regular c.l.c clique I jump at every opportunity. Think along the lines of "Chuck" soiling his pants trying to be first to tell someone that main() must return something or the like.
Indeed.
But point taken - being a pedantic arsehole is hard work - for those of us for whom it doesn't come naturally.
|
Indeed. |
| |
| | | Nick Keighley |  |
| Posted: Mon Jun 23, 2008 12:07 pm Post subject: Re: does not contain debug information. Press OK to Continue |  |
On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
| Quote: | I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
|
this news group deals with standard C and platform specific stuff. You need to re-post on another (probably microsoft) relevant ng.
<snip>
| Quote: | My problem is I am getting a message "does not contain debug information. Press OK to Continue" when I try to debug the application with or without breakpoints.
|
[OT] the debugger needs debug information. Try typeing "debug info" into the Help
<snip>
-- Nick Keighley |
| |
| | | Richar |  |
| Posted: Mon Jun 23, 2008 12:22 pm Post subject: Re: does not contain debug information. Press OK to Continue |  |
| |  | |
Nick Keighley <nick_keighley_nospam@hotmail.com> writes:
| Quote: | On 23 Jun, 13:34, gaze...@xmission.xmission.com (Kenny McCormack) wrote: In article <g3o4r5$t9...@registered.motzarella.org>,
Richard <rgr...@gmail.com> wrote: Nick Keighley <nick_keighley_nos...@hotmail.com> writes:
On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
this news group deals with standard C and platform specific stuff.
That will be news to your master and mentor "Mr Me" Heathfield.
Good catch, but I assume that the word "not" being dropped was merely a typo.
correct
|
Indeed.
I realise this will surprise you, but it was abundantly clear that it was a typo as made very clear by the other replies. But when discussing topicality and being an anal jobs worth , could I suggest that you get it right and not 100% *wrong* when stating what the topicality is? |
| |
| | | Kenny McCormack |  |
| Posted: Mon Jun 23, 2008 12:34 pm Post subject: Re: does not contain debug information. Press OK to Continue |  |
In article <g3o4r5$t9a$8@registered.motzarella.org>, Richard <rgrdev@gmail.com> wrote:
| Quote: | Nick Keighley <nick_keighley_nospam@hotmail.com> writes:
On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
this news group deals with standard C and platform specific stuff.
That will be news to your master and mentor "Mr Me" Heathfield.
|
Good catch, but I assume that the word "not" being dropped was merely a typo. |
| |
| | | Kenny McCormack |  |
| Posted: Mon Jun 23, 2008 1:08 pm Post subject: Re: does not contain debug information. Press OK to Continue |  |
| |  | |
In article <g3o5qd$38f$1@registered.motzarella.org>, Richard <rgrdev@gmail.com> wrote:
| Quote: | gazelle@xmission.xmission.com (Kenny McCormack) writes:
In article <g3o4r5$t9a$8@registered.motzarella.org>, Richard <rgrdev@gmail.com> wrote: Nick Keighley <nick_keighley_nospam@hotmail.com> writes:
On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
this news group deals with standard C and platform specific stuff.
That will be news to your master and mentor "Mr Me" Heathfield.
Good catch, but I assume that the word "not" being dropped was merely a typo.
Being a pedantic arsehole does not come easy to me, so to suck up to the regular c.l.c clique I jump at every opportunity. Think along the lines of "Chuck" soiling his pants trying to be first to tell someone that main() must return something or the like.
|
Indeed.
But point taken - being a pedantic arsehole is hard work - for those of us for whom it doesn't come naturally. |
| |
| | | Nick Keighley |  |
| Posted: Mon Jun 23, 2008 2:13 pm Post subject: Re: does not contain debug information. Press OK to Continue |  |
On 23 Jun, 13:34, gaze...@xmission.xmission.com (Kenny McCormack) wrote:
| Quote: | In article <g3o4r5$t9...@registered.motzarella.org>,
Richard <rgr...@gmail.com> wrote: Nick Keighley <nick_keighley_nos...@hotmail.com> writes:
On 23 Jun, 11:19, Karthik <karthikphanin...@gmail.com> wrote:
I am trying to port one of my VC++ 6.0 32 bit windows application to Windows XP 64 bit os.
this news group deals with standard C and platform specific stuff.
That will be news to your master and mentor "Mr Me" Heathfield.
Good catch, but I assume that the word "not" being dropped was merely a typo.
|
correct
-- Nick Keighley |
| |
| | | Johannes Bauer |  |
| Posted: Mon Jun 23, 2008 3:06 pm Post subject: Re: does not contain debug information. Press OK to Continue |  |
| |  | |
Kenny McCormack schrieb:
| Quote: | But point taken - being a pedantic arsehole is hard work - for those of us for whom it doesn't come naturally.
|
Isn't the C standard something one *should* be pedantic about - at least in a C newsgroup? At least that's what standards were made for. Sure, a 5/16 inch bolt might fit a 1/4 inch nut - but shouldn't be there people telling you "well, what you're doing *might* work, but it might as well just screw up whatever you're doing as soon as you change the screw vendor"?
Then again, thinking about it - looking like you and your sock puppet are trollfeeding each other. Yeah well.
Regards, Johannes
-- "Wer etwas kritisiert muss es noch lange nicht selber besser können. Es reicht zu wissen, daß andere es besser können und andere es auch besser machen um einen Vergleich zu bringen." - Wolfgang Gerber in de.sci.electronics <47fa8447$0$11545$9b622d9e@news.freenet.de> |
| |
| Page 1 of 2 .:. Goto page 1, 2 Next | |
|
|