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
|