View Single Post
  #17  
Old 07-04-2009, 11:21
Caliber Caliber is offline
Banned
 
Join Date: Feb 2007
Location: USA
Posts: 134
Thanks: 0
Thanked 1 Time in 1 Post
Caliber is on a distinguished road
pointers can crash a game. depends on what you are doing with the pointer and where it came from.

if your 'pointer' which was captured from a code snippet is still pointing to memory which is no longer reserved for the game or it is pointing to something that is no longer being used, then writing to your captured pointer can have unintended results.

i didn't look at your code or reverse your options. i am just saying-

best,
Cal