Re: CodeWarrior vs. Xcode?
Re: CodeWarrior vs. Xcode?
- Subject: Re: CodeWarrior vs. Xcode?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Mon, 19 Apr 2004 16:55:48 +0200
At 21:55 Uhr +0300 18.04.2004, Ruslan Zasukhin wrote:
As for me I more like CW, it produce faster and smaller code of GCC
GCC isn't really known to have a good optimizer, that much is true.
CW will not help you get app for 2 platforms from box.
You must use some cross-platform GUI toolkit, such as wxWindows or else.
David, don't do it. wxWindows may be good as far a s cross-platform
toolkits go, but it still looks horrible compared to the two native
implementations you had in mind.
You can found REALbasic as good way.
You can make your SHARED code as plugin to REALbasic,
And make ALL GUI in REALbasic itself.
From what I heard from a friend, RB 5 is abysmally slow. Slower than
previous versions. (He returned his copy because of that and started
learning C/C++). Also, RB applications are typically very large,
because they embed the RB runtime. So, if you're going to do all the
essential work in C anyway, I don't see why you'd want to use RB.
It'll probably be less work to use the Win/Mac tools to keep two GUIs
in sync than it would be to learn RB, its Basic dialect, *and* its
plugin protocol.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.