If anyone can clue me in it would be appreciated!!!! I have written an application in VC++.Net 2005. I get different results when I run "Start Debugging" from when I run "Start Without Debugging". How can this possibly be What are some possible causes
hoosierboy
hoosierboy

debugging issue
NickBarclay
Thanks,
DooH
Are the results you get from starting each way consistent Is your app multi-threaded Can you pinpoint a particular variable or pointer that has a different value at some particular point depending upon how the program is run Different results under different circumstances tend to imply memory corruption and/or unitialized variables... Be sure you are not ignoring any C4700 warnings (use of unitialized variable).
Rick Troemel
Microsoft VC++ Team
J Dunn
hoosierboy (john@wrv.ca)