OCAF WIZARD

I want to use OCAF to implement my application. From here, I know there is OCAF wizard which can generate the project. But I cannot find it. What I found is "OcafAppWizard.awx" under the installation directiory "OpenCASCADE6.3.0\tools\". But this file does not work.

Thanks a lot!

Mikael Aronsson's picture

You need visual studio to run the wizard, it is a plugin for VS.

Wang Chris's picture

hi, Mikael,
Thanks for your reply. I am using Visual Studio 2005 and still don't know where to put the OcafAppWizard.awx file that I can use it as I new a project. Can you tell me in detail?

Thanks a lot.

Mikael Aronsson's picture

If I remember correct you should but the file in a directory like:
.../common/IDE/template

Not sure about the directory name, but it ends with template or templates

Roman Lygin's picture

Hi Chris,

RTFM ;-). Development Tools/Wizards.

"To use it add *.awx files of wizards from $CASROOT /../Tools to the VC++\Common\MSDev98\Template directory. Start Visual C++. Click File / New and in Project tabs you will see Viewer and OCAF AppWizard."

It only works on VS 98, so not your choice I'm afraid :-(.

Roman

Wang Chris's picture

Thanks a lot. I will try it.