View Single Post
  #3  
Old 08-07-2006, 12:12 PM
Zuesrooster
Fire Beetle
 
Join Date: Mar 2006
Location: NYC
Posts: 20
Default Resolution

Sorry If I posted this in the wrong area, I should have read the descriptions better.

If anyone is interested, I managed to fix the crashing on hailing NPC's by defining
#define _HAS_ITERATOR_DEBUGGING 0
#define _SECURE_SCL 0

Apparently VS 2005 added some additional Iterator checking and defining those two as false leaves out the extra checks. This fixed my problem in Express Edition, I don
Reply With Quote