Windows to Mac

Hello all,

I hope you are all well. Just a quick question. I work across both Windows and Mac. Let’s say I started created a project on Windows. Would I also be able to open it on my Mac version of Xojo?

Thanks :slight_smile:

Darryl,
yes, project files can be opened on either platform :slight_smile:

yes, works as expected.
(Richard beat me to it.)

Yes and you can even test on OS X as long as you’re not using Windows specific features.

http://documentation.xojo.com/index.php/Category:Windows

If you’re developing a cross-platform app then you can use #If and some of the Target constants to control which code gets executed on each platform.

Thanks for all of your replies, very helpful :slight_smile: