[CMake] Problem with MS C++ Express 2005 and CMake

William A. Hoffman billlist at nycap.rr.com
Wed Mar 30 15:15:24 EST 2005


OK, the problem with CMake 2.0.5 and MS C++ Express 2005 is now understood better.
If you get the error 'Version' has an invalid value according to its data type when
you load the project generated by cmake, then you have the problem.  The problem
is caused when MSXML 4.0 Service Pack 2 (Microsoft XML Core Services) is installed
on a machine.   Right now there are two solutions:

1. uninstall MSXML 4.0 Service Pack 2
2. Use cvs cmake


-Bill



More information about the CMake mailing list