Home
Reply
Visitor
deboeck
Posts: 1

HOOPS C#

Dear,
 
  I'm evaluating HOOPS and ACIS. While developing my first prototypes for a CAD editor in C#, I've encountered some "problems":
 
    - does there exist an example which explains the MVO - ACIS integration? (C++ is ok)
    - how do I write proper destructors and clean up code for HNForm and HNPanel types? Is this documented somewhere?
   - what is the proper sequence to initialize an HNForm and HNPanel? For instance, changing this.HandleCreated += new EventHandler(Init) in SimpleHNForm of csharp_simple_vs80 into Init(null, null) also works
    - SimpleHNPanel in csharp_simple_vs80 is visible in my Visual Studio Toolbox. Dropping SimpleHNPanel in a Form doesn't work: Failed to create component 'SimpleHNPanel'. Is this expected behaviour? This problem shows up in VS 2005 and VS 2008.
    - after double clicking on csharp_simple.cs in csharp_simple_vs80, Visual Studio complains about "The variable m_timer is either undeclared or was never assigned.". Is this expected behaviour? This problem shows up in VS 2005 and VS 2008.
 
All your comments are appreciated!
 
Regards,
Bart