This Week's Sponsor:

Listen Later

Listen to Articles as Podcasts


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_

Unlock More with Club MacStories

Founded in 2015, Club MacStories has delivered exclusive content every week for over six years.

In that time, members have enjoyed nearly 400 weekly and monthly newsletters packed with more of your favorite MacStories writing as well as Club-only podcasts, eBooks, discounts on apps, icons, and services. Join today, and you’ll get everything new that we publish every week, plus access to our entire archive of back issues and downloadable perks.

The Club expanded in 2021 with Club MacStories+ and Club Premier. Club MacStories+ members enjoy even more exclusive stories, a vibrant Discord community, a rotating roster of app discounts, and more. And, with Club Premier, you get everything we offer at every Club level plus an extended, ad-free version of our podcast AppStories that is delivered early each week in high-bitrate audio.

Choose the Club plan that’s right for you:

  • Club MacStories: Weekly and monthly newsletters via email and the web that are brimming with app collections, tips, automation workflows, longform writing, a Club-only podcast, periodic giveaways, and more;
  • Club MacStories+: Everything that Club MacStories offers, plus exclusive content like Federico’s Automation Academy and John’s Macintosh Desktop Experience, a powerful web app for searching and exploring over 6 years of content and creating custom RSS feeds of Club content, an active Discord community, and a rotating collection of discounts, and more;
  • Club Premier: Everything in from our other plans and AppStories+, an extended version of our flagship podcast that’s delivered early, ad-free, and in high-bitrate audio.