Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3451372
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T09:08:17+00:00 2026-05-18T09:08:17+00:00

I was wondering how multi-platform applications are developed. Applications like Microsoft Office for MAC/Windows,

  • 0

I was wondering how multi-platform applications are developed. Applications like Microsoft Office for MAC/Windows, FireFox for MAC/Windows/Linux etc.

If they have to code for different platforms then it’s hard to manage and there are lots of other complexities involved.

Q: How do development teams manage the complexity of developing for multiple platforms?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T09:08:17+00:00Added an answer on May 18, 2026 at 9:08 am

    Microsoft office is not a multi-platform application. If you’ve ever used the Mac version you’d know. The last multi-platform version of Office was the infamous Office 6.0 way back in 1998. What happened was users moaned about the look-and-feel and decried the ‘porting’ mentality.

    The Mac version of Office is not only written by a different team, it is written by a completely different department: The Mac Business Unit, also known as the MacBU. Different head of department, different managers and I believe different sales and marketing people as well.

    That is one way of doing it. Also known as “the proper way” among Mac users.

    Of course, not everyone is Microsoft’s size and can afford to create a completely different subsidiary just to support Mac users (much less Linux users). The slightly more sane way of doing it is to use a cross platform library for the GUI stuff like wxWidgets or QT or GTK. After all, most of your core C code isn’t going to change much accross platforms, just the proprietary stuff like GUI and file management. Heck, you can even stick to POSIX function call for file management and networking for cross-platforminess. But be warned, there is a high chance of Mac users hating the end result (like what happened to MS Office 6.0).

    The third way is the middle way. Keep the common, core application code separate from the proprietary GUI stuff (which is a good idea anyway in terms of maintainability). The MVC design pattern is a good way of doing this. Have a way (using #define or diferent build script/makefiles) to switch the View and Controller components of your MVC framework. This is what Google does with Chrome. The Mac version uses native Mac graphics and the Windows/Linux version uses a graphics engine called Skia. The core of Chrome is WebKit and V8 both of which are cross platform.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.