
Tue, 11/18/2008 - 11:49
Forums:
According to the user's guide, to use XDE, it has to set the two important environment variables as follows:
• CSF_PluginDefaults points to sources of %CASROOT%/src/XCAFResources ($CASROOT/src/XCAFResources).
• CSF_XCAFDefaults points to sources of %CASROOT%/src/XCAFResources ($CASROOT/src/XCAFResources).
My problem is :
I cannot find "XCAFResources" under the "src" directory.
Tue, 11/18/2008 - 14:41
Hi Chris,
It must be a bug in documentation then. By default they point to %CASROOT%\src\StdResource. See env.bat located in %CASROOT%\..
set CSF_PluginDefaults=%CASROOT%\src\StdResource
set CSF_XCAFDefaults=%CASROOT%\src\StdResource
If you use XDE in your own app, just copy the Plugin and XCAF files therefrom and redefine these vars according to your environment. These files are used by Resource_Manager (see its documentation on resource file and env vars naming convention)
Roman
Wed, 11/19/2008 - 12:49
Thanks a lot.