AU Class
AU Class
class - AU

Creating AutoCAD Cross-Platform Plug-ins

Share this class
Search for keywords in videos, presentation slides and handouts:

    Description

    This class will present strategies used to create cross-platform plug-ins taking advantage of C++ language in order to create core source code that could be used by AutoCAD software for Windows and by AutoCAD for Mac software. We will then demonstrate how to consume this shared core code into each platform, taking advantage of each specific user interface feature (Microsoft MFC, Microsoft .NET inside Windows, and Cocoa inside Mac OSX).

    Key Learnings

    • Learn how to create C++ cross-platform core
    • Learn how to create code with ObjectARX technology for Windows
    • Learn how to create code with ObjectARX technology for Mac
    • Learn how to use Microsoft Visual Studio and Mac OSX XCode