I'm still having some difficulties here... I found this document in
the link R. Pavlik provided:
https://github.com/rpavlik/cppdom/blob/master/cmake/README.markdown
However, I'm unsure about how to integrate the cmake module into the
VRJuggler build.
On the scons side of things, I'm using these commands:
set PYTHONPATH=C:\juggler_deps\scons-addons\src
"C:\juggler_deps\cppdom-1.2.0>"C:\Program Files (x86)\WorldViz
\Vizard4\bin\Script
s\scons" MSVC_VERSION=10.0 var_arch=x64
And I get this error:
Microsoft (R) Manifest Tool version 5.2.3790.2076
Copyright (c) Microsoft Corporation 2005.
All rights reserved.
build.win32\type-optimized--libtype-shared--arch-x64\cppdom
\cppdom-1_2_0.dll.manifest :
general error c1010070: Failed to load and parse the manifest. The
system cannot find the file specified.
scons: *** [build.win32\type-optimized--libtype-shared--arch-x64\cppdom
\cppdom-1_2_0.dll] Error 31
scons: building terminated because of errors.
The cppdom-1_2_0.dll file exists, but not cppdom-1_2_0.dll.manifest.
Will I be able to compile VRJuggler with the dll I have, or does this
manifest tool do something to finalize its creation?