VC++ 2010 crashes on ShowWindow(..)

Started by
19 comments, last by wintertime 11 years ago

I don't have the code that isn't working. I moved all my files into another project and I got it to work. That's actually funny: the "solution" was the "problem"....biggrin.png

That sounds like you should learn about using a version control system to not loose code. Mercurial(hg) would be easiest to learn, but git is also widely used. (Even if you dont want to learn one of those at least start with the poor mans "version control" of copying the whole folder every time before you change anything and number those by date.)

This topic is closed to new replies.

Advertisement