
Tue, 06/23/2009 - 12:25
Forums:
my project work well on my computer(I have installed Open CasCade 6.2 on my computer), when I copy the project to another PC without Open CasCade,
the program crashed wherever I create AIS_Trihedron or AIS_Axis(with new operator).did anyone have this problem ever?
Tue, 06/23/2009 - 14:41
Pay attention to the following variables in environment:
set CSF_UnitsLexicon=%CASROOT%\src\UnitsAPI\Lexi_Expr.dat
set CSF_UnitsDefinition=%CASROOT%\src\UnitsAPI\Units.dat
You should set them to point to the copies of the corresponding resource files from OCC source code.
Thu, 06/25/2009 - 09:13
it works now.thanks.