I'v compiled a OpenCascade OCAF app from the OCAF Wizard, but the Save operation fails becaus PAppStdPlugin.dll is missing, where can I find this dll or the source code to compile it ?
Thanks
Pawel Wed, 11/26/2008 - 19:39
I think I have a similar problem. I was trying to port an OCAF application from OC5.2 into OC6.3 but I can't load/save files. I'm still investigating the problem... but could be the same.
I guess the OCAF Wizard has not been updated to catch up with repackaging and split in OCAF made a few versions ago. You should substitude PAppStdPlugin with StdPlugin which uses the same GUIDs for drivers and schema. See StdResource/Plugin.
Thank you, it seems work, I'v succesfully saved a file with one label and two integer attributes, now I will try to load this file and then to load/save more coplex data like shapes.
Wed, 11/26/2008 - 19:39
I think I have a similar problem. I was trying to port an OCAF application from OC5.2 into OC6.3 but I can't load/save files. I'm still investigating the problem... but could be the same.
Pawel
Wed, 12/03/2008 - 23:45
Actually, it was something else in my case - just a question of pointing at the right "Plugin" files.
Pawel
Fri, 11/28/2008 - 19:38
I guess the OCAF Wizard has not been updated to catch up with repackaging and split in OCAF made a few versions ago. You should substitude PAppStdPlugin with StdPlugin which uses the same GUIDs for drivers and schema. See StdResource/Plugin.
Hope this helps.
---
opencascade.blogspot.com - blog on Open CASCADE
Wed, 12/03/2008 - 18:34
Thank you, it seems work, I'v succesfully saved a file with one label and two integer attributes, now I will try to load this file and then to load/save more coplex data like shapes.