Autodesk ObjectARX
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
Derive from AcGiDrawab le?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
86 Views, 1 Replies
11-23-2012 08:36 AM
I wanted to derive a class from AcGiDrawable but the ACRX_DXF_DEFINE_MEMBERS macro is giving the error: C2259: cannot instantiate abstract class. If I override all the pure virtual functions declared in AcGiDrawable, it would no longer be an abstract class?
Any suggestions? Surely this can be done since classes like AcDbEntity implement this class.
Mike B
Solved! Go to Solution.
Re: Derive from AcGiDrawab le?
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-23-2012 09:26 AM in reply to:
mbujak
Sorry, missed on pure virtual function.![]()
Mike
