Re: itunes for windows HOWTO ???
Re: itunes for windows HOWTO ???
- Subject: Re: itunes for windows HOWTO ???
- From: Phillip Hutchings <email@hidden>
- Date: Wed, 12 Nov 2003 12:39:10 +1300
On 12/11/2003, at 9:55 AM, Jim Rankin wrote:
On Nov 11, 2003, at 5:13 AM, Brian Hannan wrote:
But if you're serious about building a native Windows app with native
Windows look and feel, with the UI a Window's user expects, then
build a Win32 frontend app. Factor out the backend into C/C++, Java
or some other language that's easily portable for you.
Just curious if anyone has ever used an Objective-C back end on
Windows with a native Windows GUI? Is there Objective-C compiler
support on Windows? You could either wrap C based Windows calls in
Objective C, or write controller code in C that could talk to both the
Windows GUI objects and the Objective-C model objects.
Probably not practical, but just curious if anyone else has thought
about this.
The gcc-objc compiler should work on Win32, with their libobjc.
Creating the framework will be hard, you'll have to pull tricks to get
it to look like cocoa on one side and be Win32 on the other.
It's certainly possible though.
--
Phillip Hutchings
email@hidden
http://www.sitharus.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.