What compiler is used to create Microsoft Office for Mac?

We knew that Microsoft Office has a Mac version.

Just curious, who knows which compiler is used to produce Microsoft Office for Mac?

When I looked at the title of the Windows SDK "Windows.h", I found the following code snippet:

#ifndef _MAC
#if defined(_68K_) || defined(_MPPC_)
#define _MAC
#endif
#endif

Does Microsoft have its own C ++ compiler for Mac? If so, I think the compiler should support COM (Component Object Model), while gcc is not. ("Support" means a product is a COM-compatible C ++ object)

+5
source share
2 answers

Microsoft does not have a private compiler for OS X. uses , , or both .

, Xcode Microsoft Office Mac gcc clang. , , Microsoft Xcode IDE.

+1

http://en.wikipedia.org/wiki/Microsoft_Office_for_Mac_2011 , Cocoa. Cocoa - - Apple (API) Mac OS X. . .. http://en.wikipedia.org/wiki/Cocoa_%28API%29

, Apple LLVM, Xcode Xcode, Cocoa Cocoa ..

0

All Articles