954,157 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

c++ debugging error

[img]http://www.computersforpennies.com/error.gif[/img]
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

smartintelleng
Newbie Poster
18 posts since Nov 2004
Reputation Points: 10
Solved Threads: 0
 

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

smartintelleng
Newbie Poster
18 posts since Nov 2004
Reputation Points: 10
Solved Threads: 0
 

You could edit your image tags to look like this:
[IMG]http://www.computersforpennies.com/error.gif[/IMG]
Then you will see this:
[IMG]http://www.computersforpennies.com/error.gif[/IMG]

Dave Sinkula
long time no c
Team Colleague
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
 

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).

nvanevski
Newbie Poster
12 posts since Dec 2004
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You