? Example how to implement a OCC View in a dll?

I have a running MFC application and need to add a visualisation. Therefore I would like to implement a View inside a dll and load it by my existing dll.
The examples I have found in the documentation use to create the OCC Viewer inside the document. Isnt there any option like: CMyView::V3d_Viewer or ::V3d_View?

Patrik Mueller's picture

Hi Jochen,

when you have the MFC samples for OCC5, take a look at the "common" folder. I think packing these classes in a dll could help you for a dll with your needed classes and methods!

Bye,

Patrik