< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
Delete all files (.obj, .pdb etc) in Debug directory by hand. Recompile the project. Sometimes it works.
Alex
-----Original
Message-----
Hi,
I am experiencing some really strange behaviour on the following lines in the constructor of DialogUsageManager:
mIncomingTarget = new IncomingTarget(*this); mOutgoingTarget = new OutgoingTarget(*this);
Actually the objects are created through
_nh_malloc_dbg But if I note the pointer from the operator new
implementation Seems very strange to me! I'm using VS.NET 2005.
All I could Does anyone have an idea why this happens? I
thought of I would be very thankful for any hints on this, I
have no other Best regards, Matthias Moetje
|