Skip navigation.
 
mlRe: Porting to Win32
FROM : Scott Stevenson
DATE : Wed Apr 06 19:23:12 2005

On Apr 6, 2005, at 10:00 AM, Vincent Flouriot - SeaSideTech wrote:

> I'd like to find information about porting from Cocoa to Windows.
>
> 1st question :
> - Does .pbxproj file extention means that the project I want to port
> has been developped with Cocoa ?


Likely, but not guaranteed. It just means that it was created in
Project Builder or Xcode. This usually means it's a Cocoa project, but
not always. If you see .m files in the project, than it's nearly a
certainty.


> 2nd question :
> What should I do to browse the project. Is there a solution to explore
> it from a windows-based workstation ?


Not that I know of, but maybe somebody else has an idea. My guess is
you're probably going to save yourself a lot of time by getting an
actual Mac. I imagine you need to see how the app works anyway, right?


> 3rd question :
> Do you know any tutorial about how to do such a job (porting from
> Cocoa to Win)


This isn't a simple thing. I don't think a tutorial could do what you
need. Cocoa is quite different from Win32 in many respects, and you
might find you have to write a lot of stuff from scratch.

In reality, you probably need to learn Cocoa first.


    - Scott

--
http://treehouseideas.com/
http://theocacao.com/ [blog]

Related mailsAuthorDate
mlPorting to Win32 Vincent Flouriot -… Apr 6, 19:00
mlRe: Porting to Win32 Scott Stevenson Apr 6, 19:23
mlRe: Porting to Win32 Brian O'Brien Apr 6, 19:26
mlRe: Porting to Win32 Waleed Mebane Apr 6, 19:33
mlRe: Porting to Win32 Hamish Allan Apr 6, 20:08
mlRe: Porting to Win32 ?????Andre? Apr 6, 21:43
mlRe: Porting to Win32 Will Mason Apr 6, 21:50
mlRe: Porting to Win32 Scott Andrew Apr 6, 21:51
mlRe: Porting to Win32 Finlay Dobbie Apr 6, 22:09
mlRe: Porting to Win32 Lars Sonchocky-Hel… Apr 6, 22:59
mlRe: Porting to Win32 Florent Pillet Apr 7, 00:39