Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > does not contain debug information. Press OK to Continue

Reply
Thread Tools

does not contain debug information. Press OK to Continue

 
 
Karthik
Guest
Posts: n/a
 
      06-23-2008
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.
 
Reply With Quote
 
 
 
 
Nick Keighley
Guest
Posts: n/a
 
      06-23-2008
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.
You need to re-post on another (probably microsoft) relevant ng.

<snip>

> 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
 
Reply With Quote
 
 
 
 
Richard
Guest
Posts: n/a
 
      06-23-2008
Nick Keighley <> 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.
 
Reply With Quote
 
Kenny McCormack
Guest
Posts: n/a
 
      06-23-2008
In article <g3o4r5$t9a$>,
Richard <> wrote:
>Nick Keighley <> 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.

 
Reply With Quote
 
Richard
Guest
Posts: n/a
 
      06-23-2008
(Kenny McCormack) writes:

> In article <g3o4r5$t9a$>,
> Richard <> wrote:
>>Nick Keighley <> 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.


 
Reply With Quote
 
Kenny McCormack
Guest
Posts: n/a
 
      06-23-2008
In article <g3o5qd$38f$>,
Richard <> wrote:
> (Kenny McCormack) writes:
>
>> In article <g3o4r5$t9a$>,
>> Richard <> wrote:
>>>Nick Keighley <> 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.

 
Reply With Quote
 
Richard
Guest
Posts: n/a
 
      06-23-2008
(Kenny McCormack) writes:

> In article <g3o5qd$38f$>,
> Richard <> wrote:
>> (Kenny McCormack) writes:
>>
>>> In article <g3o4r5$t9a$>,
>>> Richard <> wrote:
>>>>Nick Keighley <> 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.
 
Reply With Quote
 
Nick Keighley
Guest
Posts: n/a
 
      06-23-2008
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

--
Nick Keighley

 
Reply With Quote
 
Richard
Guest
Posts: n/a
 
      06-23-2008
Nick Keighley <> writes:

> 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?

 
Reply With Quote
 
Johannes Bauer
Guest
Posts: n/a
 
      06-23-2008
Kenny McCormack schrieb:

> 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$>
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RCR: String#contain? and Array#contain? Roger Pack Ruby 3 09-28-2010 04:13 PM
Does string contain A, and if so, does a section of string contain B Jason Carlton Javascript 11 12-08-2009 06:07 PM
debug 'continue' does not appear to work right newsposter@cox.net Python 3 12-13-2005 04:39 PM
Press enter to continue junk mail C Programming 5 03-01-2004 05:17 PM
Newbie C programming question - "Press any key to continue" Andrew Robert C Programming 51 11-13-2003 10:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57