This Week's Sponsor:

Incogni

Put an End to Spam, Scams, and Robocalls on Your iPhone


AutoCAD for Mac Coming Soon, References Spotted In SDK

We’ve heard many rumors and news about a native version of AutoCAD for Mac in the works, but we still lack an official confirmation about the release date or other specific details.

It turns out that some people have spotted comments and references in the header files of the latest ObjectARX 2011 SDK (the Autodesk programming environment) suggesting that the Mac version is the works and should come pretty soon, but it’s not exactly imminent. We’ve included the code after the break, be sure to check it out if you’re really interesting in knowing everything about your favorite Windows app coming to Mac OS X.

Soon.


#if defined(_WINDEF_) || defined(_ADESK_MAC_)

/* AutoCAD graphics window handle */

HWND adsw_acadMainWnd();

#ifndef adsw_hwndAcad

#define adsw_hwndAcad adsw_acadMainWnd()

#endif

#ifndef _ADESK_MAC_

#ifndef ACAD_PORT

#ifdef ACAD_API

#define ACAD_PORT _declspec(dllexport)

#else

#define ACAD_PORT

#endif

#endif

#else

// On OS X, we will export all symbols by default and will use GCC

// attributes to exclude symbols we don’t want to export.

// In this case, we do want to export the AcEdInputPoint symbol

#define ACAD_PORT

#endif // _ADESK_MAC_

Access Extra Content and Perks

Founded in 2015, Club MacStories has delivered exclusive content every week for nearly a decade.

What started with weekly and monthly email newsletters has blossomed into a family of memberships designed every MacStories fan.

Learn more here and from our Club FAQs.

Club MacStories: Weekly and monthly newsletters via email and the web that are brimming with apps, tips, automation workflows, longform writing, early access to the MacStories Unwind podcast, periodic giveaways, and more;

Club MacStories+: Everything that Club MacStories offers, plus an active Discord community, advanced search and custom RSS features for exploring the Club’s entire back catalog, bonus columns, and dozens of app discounts;

Club Premier: All of the above and AppStories+, an extended version of our flagship podcast that’s delivered early, ad-free, and in high-bitrate audio.