Program database manager mismatch - SOLVED
Monkey Forums/Monkey Beginners/Program database manager mismatch - SOLVED| 
 | ||
| When running a very simple program in monkey I got the following error when I tried to build and run the program: ..\glfw\lib\window.c : fatal error C1902: Program database manager mismatch; please check your installation [C:\Temp\test.build\glfw\vc2010\MonkeyGame.vcxproj] How do I fix this? Jason | 
| 
 | ||
| I discovered that this happened when I "glfw game" as the target platform.  This stopped when I changed it to HTML5. Jason | 
| 
 | ||
| make sure to run a "clean" project build the first time you upgrade Monkey to a new version.  Also, don't build directly on Dropbox with sync running as this can cause problems during compilation of glfw target projects | 
| 
 | ||
| I discovered this was caused because I did not have all the file paths set correctly in the config.winnt file. Jason |