> > Interesting - it was a Release build, don't know if debugging was > > possible with it. The Debug version, however... works, at least it > > stayed up for 20 hours straight. There was a crash right at the end > > when I tried to shut the app down, but I can live with that as a > > temporary measure. > > > > Now a Debug vs. Release issue usually points to uninitialised > > variables, but I honestly can't see anything wrong so far in that > > regard. > > Try to debug the release version of the app. See this article of /dev's: > > http://www.beginthread.com/Article/dev.null/Debugging%20Release/
Interesting - I believe the two of you may have just found the cause of the problem - optimisations. It's been running for over an hour now in Debuggable Release... I will try plain Release again if this stays up, but with the optimisations changed as advised. Watch this space. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
