Tagged Questions

6
votes
5answers
364 views

Developing for the Mac?

As a programmer, I've been pretty much stuck in the Windows world. I invested a lot of time and effort learning MFC, ATL and, recently, .NET (mostly WinForms, I'm not interested in …
1
vote
1answer
115 views

Best book for getting started with professional Mac Development?

I'm looking for a best of breed book which will help me to get started with professional Mac development. I would expect that professional development is done with Cocoa, Objectiv …
-1
votes
4answers
2k views

Running .exe files in Mac OS X

I am a Mac user who wants to run a few .exe files from my Java process using Process and Runtime classes. I know that it is not possible to execute .exe files in general in Mac OS …