I simply cant delete my wchar_t pointer variable. it gets initialized in the constructor by:
dir = new wchar_t;
and shouldn't I be able to delete it by:
delete dir;
The Reason for this problem seems to be an debug assertion fail.
Expression _CrtIsValidHeapPointer(pUserData)
diris never two or more wide characters? – MSalters Nov 20 '12 at 13:09