Quote:
Originally Posted by gvarndell
For future reference, when you have a project that just won't build, and you have another similar project that does (an unmodified example project), compare them with a directory/file compare tool.
|
Yes, I did that. That's how I fixed most of the errors. But at the end, I still couldn't fix all because I don't understand all the different build options. You will see many differences but without understanding them, you would just guess and experiment. That takes a lot of time. So instead of struggling with understanding what options to tweak to make it build, starting over and creating a clean project is the way to go.
Thank you for all your advices.