Quote Originally Posted by code_glitch View Post
Of course. There are no windows specific things to the best of my knowledge. The only thing is that you will have to change the paths from resources\ to resources/ as there is a / in linux and mac unlike a \ on windows. It should compile on fpc 2.2.4 with -MDelphi switch, on just about any platform with sdl units available. So to answer your question, unless you have a 1984 McIntosch Apple I and have OS X I see no problems.

Correct me if I'm wrong here Stoney, I only used a mac twice in my life...

cheers,
code_glitch
Actually, FPC/Lazarus takes care of proper slash direction for you. In all my projects I use / and let the compiler handle the rest. I found this out on accident when I was working on JumpStart and wanted it to work in MAC, Linux, and Windows.

- Jeremy