DiscussionsIssue archiveOther usage issues

Archived discussion

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

Other usage issuesThu, 09/04/2003 - 18:311 reply

Browse this forum
QuestionAuthor

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?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

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,

Commenter-1