AutoCad plugin development for both windows and Mac

AutoCad plugin development for both windows and Mac

vishu_guntupalli
Observer Observer
329 Views
1 Reply
Message 1 of 2

AutoCad plugin development for both windows and Mac

vishu_guntupalli
Observer
Observer
Hello, I currently have an AutoCad plugin that was written in C# .NET and it has the dependency on AutoCad.NET library which uses the .NET framework, so I am unable to do any development of this plugin or run it on Mac.

 

1. Is there a way to port this plugin over to Mac using mono or similar ?

2. Is there a way to develop AutoCad plugins that run on both Windows and Mac using the same codebase?

0 Likes
330 Views
1 Reply
Reply (1)
Message 2 of 2

_gile
Consultant
Consultant

Hi,

AutoCAD MAC only supports AutoLISP and ObjectARX programming interfaces (not managed .NET).

See this topic.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes