Changes between v2.2.8 and 3.2.2
-
Hi,
I try to compile the MATERIALS Module in the 3.2.2 version on Mandriva 2007 but I have some errors in MATERIALS. The message error is : no rules to build the target SALOMEDS_OCAFApplication.hxx.
In fact, I have a variable from this type in MATERIALS_Gen_i.cxx which is
myOCAFApp = new SALOMEDS_OCAFApplication();
Is it due to some modifications from the 2.2.8 version or something else ?
Thank you in advance
Bruno
-
Hello Bruno,
SALOMEDS_OCAFApplication class has only internal usage for the SALOME KERNEL module. In SALOME 3.2.x the header files for this class are not exported and, thus, can not be used by external modules.
You have to implement your own OCAF application class basing on TDocStd_Application and then use it in your module.
Regards,
Vadim.
-
Powered by
Ploneboard
