Program database manager mismatch - SOLVED

Monkey Forums/Monkey Beginners/Program database manager mismatch - SOLVED

blueFire(Posted 2014) [#1]
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


blueFire(Posted 2014) [#2]
I discovered that this happened when I "glfw game" as the target platform. This stopped when I changed it to HTML5.

Jason


Nobuyuki(Posted 2014) [#3]
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


blueFire(Posted 2014) [#4]
I discovered this was caused because I did not have all the file paths set correctly in the config.winnt file.

Jason