Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
HOOPS C#
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-21-2008 03:31 PM
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

