Guys thank so much for this project, it has been tremendous help for me to use in Architecture Design.
I am Butchering your code, to make a simple parametric modeler for my self to play with.
I currently work with Catia , so i have been able to do very simple things with your library that opens up the door for me in terms what it can achieve.
I have a couple of questions in regards to the library that i don't understand why i cant make them work , i know it has more to do with the implementation of OCAF.
for some reason i cannot save files in any format.
i used the other save function in the Stddocument_application that takes a message reference, it responds that the driver specified is not installed.
i also grabbed the Resource_Manger and check the name of the resource, and its correct.
and i have the 2 environment variables : CSF_PluginDefaults , CSF_ResourcesDefaults
set to the resources folder in my debug and release folders where i copied the resource files in the salomegeom folder.
i even tried setting the enviroment variables every time the application runs just like the ocaf exmaple in mfc in occ. like this:
QString initdir = qGeomApp->applicationDirPath();
QString resstrqt = QString("CSF_ResourcesDefaults=" + initdir + "/resources");
cout<
and that doesn't work either.
Im wondering if anyone can explain the resource/plugin system, i mean how to use the existing resources and existing plugins not how to create your won.
i just need to know which path should be placed in the enviroment files if the path of occ or salome or your own path with your won resources.
and if possible is there a way of installing the drivers manually through code without enviroment files.
or any ohter alterantive.
Best.
Thank You very much for the code, this is golden.
Alexander Pena de Leon