.NET
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
EventsWatc her Sample in ObjectsARX 2013
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have tried to build the EventsWatcher Sample project in ObjectARX 2013 (also in 2011) but error message says Namespace 'Windows' and 'Drawings' are not in Namespace 'System' and suggest am I missing a reference. The readme file only says I have to reference two managed dlls. There are four ...Mgd.dll in the inc folder. Which are the once I should reference?.
Thanks for any help.
AloyH
Re: EventsWatc her Sample in ObjectsARX 2013
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I just built the project from the SDK without issue.
Did you open the EventsWatcher.csproj file in visual studio ?? .. or one of the .cs files ?
for info, the AutoCAD dlls referenced are
...\ObjectARX 2013\inc\accoremgd.dll
...\ObjectARX 2013\inc\acdbmgd.dll
...\ObjectARX 2013\inc\acmgd.dll
the others you mention are
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\
Regards
class keyThumper<T> : Lazy<T>; another Swamper
I do not endorse the social media app links below![]()
Re: EventsWatc her Sample in ObjectsARX 2013
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Thank you very much Kerry. Your info helped a lot. There are eight .Net events and I am trying to find examples of implimenting them. Any location where I can find them?
Regards,
AloyH
Re: EventsWatc her Sample in ObjectsARX 2013
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
AloyH wrote:<..> There are eight .Net events and I am trying to find examples of implimenting them. Any location where I can find them?
Regards,
AloyH
Depends what they are ![]()
Have you seen
http://adndevblog.typepad.com/autocad/2012/04/dwg-
class keyThumper<T> : Lazy<T>; another Swamper
I do not endorse the social media app links below![]()
