My application is crashing when it tries to free memory. It appears that some part of it must be overwriting memory. Is there a way to set afxMemDF or something similar for C++/CX apps?
I tried including afx.h and adding:
afxMemDF = allocMemDF | checkAlwaysMemDF;
during my program's initialization, but I get errors regarding afx.h.
Is this supposed to work for C++/CX apps or is it only for MFC? is there an alternative tool or interface that does the same thing?
Thanks,
Bill.