Program to run on PC and PPC
-
Is there a way, using Visual Studio, to write a program that can be compiled for both the host and the PPC? It's not like using VC++ where you can set appropriate flags, or is it? thank you camasmartin hobby programmer
-
Is there a way, using Visual Studio, to write a program that can be compiled for both the host and the PPC? It's not like using VC++ where you can set appropriate flags, or is it? thank you camasmartin hobby programmer
camasmartin wrote: Is there a way, using Visual Studio, to write a program that can be compiled for both the host and the PPC? This is next to impossible. Platforms are so different that you have to think differently when developing for either. camasmartin wrote: It's not like using VC++ where you can set appropriate flags, or is it? Definitely not! Regards, João Paulo Figueira Embedded MVP