Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sunfast

macrumors 68020
Original poster
Oct 14, 2005
2,135
53
Here's a question that's been bugging me for a bit.

Is it now easier to port windows applications for use on an intel mac? Because both are x86? Or is there no difference?

I wondered if there was one and if it would mean more apps being ported.

:confused:
 
sunfast said:
Here's a question that's been bugging me for a bit.

Is it now easier to port windows applications for use on an intel mac? Because both are x86? Or is there no difference?

I wondered if there was one and if it would mean more apps being ported.

:confused:
The ease or lack thereof in developing applications lies in writing to the APIs of the respective OSes. The processor has little to do with it. What this means is that Windows apps are not any easier to port to MacOS X/Intel than they are to port to MacOS X/PPC.
 
sunfast said:
Here's a question that's been bugging me for a bit.

Is it now easier to port windows applications for use on an intel mac? Because both are x86? Or is there no difference?

I wondered if there was one and if it would mean more apps being ported.

:confused:

It's about as easy porting Windows app to Mac OS on x86 as it is porting from Windows to Linux.

Software development has reached a point where OS dependent APIs (the software environment) matters more than the machine itself.
 
Generally, the above posters are right, the operating system matters more than the hardware. Sometimes, endian issues can make porting an application from one processor type to another difficult. However, in the vast majority of cases the endianness isn't signficant, so the processor type doesn't matter much.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.