What's wrong in here please help

Started by
2 comments, last by bullfrog 11 years, 11 months ago
Sorry i need fresh ideas I duno where to go, stuck in here for a big while.

Is this expresion wrong?

[attachment=8494:lives.jpg]

or maybe this?

[attachment=8495:matrix.jpg]

any clue, ideas, or explanation will be very, very apreciated.

Thanks for oyur time and always support.
Advertisement
Sounds like you're calling GetLivesRemaining or some other function on a null pointer.

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

So the code looks ok?


there is a way to find the problem from null pointer

Thanks for super fast response
Like as mentioned, the object (Entity) you are calling `GetLivesRemaining()` on has not been instanced - created - allocated yet.

Use the `Call Stack` feature in visual studio to go back to where your getting this null pointer from.

This topic is closed to new replies.

Advertisement