Re: Thoughts on CodeWarrior 8 for Cocoa programming?
Re: Thoughts on CodeWarrior 8 for Cocoa programming?
- Subject: Re: Thoughts on CodeWarrior 8 for Cocoa programming?
- From: Thomas Deniau <email@hidden>
- Date: Wed, 12 Jun 2002 09:24:40 +0200
Le 12/06/02 1:02, John Scalo disait :
>
However I don't have and haven't used CW8 yet. I would love to hear
>
impressions from anyone who has, esp for Cocoa programming.
- CW8 doesn't import PB projects
- Syntax coloring doesn't support Obj-C structures like @interface and so
on. And the 'functions' pop-up menu does not reference the objective-c
methods (I don't know how indexing works. If the index is built at compile
time it can be my fault since my project doesn't properly compile. See
below).
- You get a warning on, in -init, if (self = [super init]) . Very
frustrating (of course you can suppress it, but it's enabled by default).
- I have some problems with functions in standard headers like stdlib.h.
Even if I add #include <stdlib.h> CW still tells me that random() isn't
defined. Very strange, but it can be my fault.
- However building does work. I haven't tried IB integration nor debugging.
In other terms, it's CW 7 + a working objc/Cocoa compiler. Nothing specific
to the obj-c language as far as I can tell. Waiting for CW9 ;)
--
Thomas Deniau
_______________________________________________
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.