Author | Message | Time |
---|---|---|
DarkMinion | ...that has VS 2005 have serious problems? It won't even compile Microsoft Speech SDK, and I've had to make project-wide changes in my DMBot code to even get it to compile. I'm this close to just going back to .NET 2003 | December 9, 2005, 4:34 PM |
Myndfyr | I didn't have problems with 2005 beta 2, but I haven't had a chance to get my hands on the final release bits yet. I'll probably run them side-by-side. | December 9, 2005, 6:15 PM |
shout | I've had many problems with precompiled headers. | December 10, 2005, 9:32 PM |
Myndfyr | Those PCH errors are because PCH is turned on by default and in from-scratch projects you usually don't use them. MySQL might come with PCH files, or similar free/open libraries, but that's what PCH files are for. You can usually safely turn it off -- it's there for faster builds anyway. | December 11, 2005, 1:50 AM |