c++ debugging error

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Nov 2004
Posts: 18
Reputation: smartintelleng is an unknown quantity at this point 
Solved Threads: 0
smartintelleng smartintelleng is offline Offline
Newbie Poster

c++ debugging error

 
0
  #1
Nov 30th, 2004
http://www.computersforpennies.com/error.gif
testing wether this post works, trying to host the image from my site since i dont know how to do it using his form for threads
If the image shows, could you tell me what that debugging error means
Last edited by alc6379; Nov 30th, 2004 at 5:40 pm. Reason: fixed [img] tags
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 18
Reputation: smartintelleng is an unknown quantity at this point 
Solved Threads: 0
smartintelleng smartintelleng is offline Offline
Newbie Poster

Re: c++ debugging error

 
0
  #2
Nov 30th, 2004
Since the image didnt work. Heres the error message: an unhandled exception of type 'System.NullReferenceException' occured in stat.exe
additional information: Object reference not set to an instance of an object.
than of course you got the options break, and continue but i need to fix this error. If you can tell me what it means it would be of great help
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 4,342
Reputation: Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future Dave Sinkula has a brilliant future 
Solved Threads: 237
Team Colleague
Dave Sinkula's Avatar
Dave Sinkula Dave Sinkula is offline Offline
long time no c

Re: c++ debugging error

 
0
  #3
Nov 30th, 2004
You could edit your image tags to look like this:
[IMG]http://www.computersforpennies.com/error.gif[/IMG]
Then you will see this:
http://www.computersforpennies.com/error.gif
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 12
Reputation: nvanevski is an unknown quantity at this point 
Solved Threads: 1
nvanevski nvanevski is offline Offline
Newbie Poster

Re: c++ debugging error

 
0
  #4
Dec 3rd, 2004
The error means that you are trying to access an uninitialized object (not necessarrilly NULL, but uninitialized). Having bad experiences with VS.NET debugger, my hint would be to inspect the objects that you use a couple of lines before the break line (as much I can see from the code, that would be the ptloci structure and its members).
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC