Skip navigation.
 
mlNew PB and IB aggravation?
FROM : Jerry LeVan
DATE : Tue Dec 24 19:10:46 2002

Hi,

I just build a small project with the Dec 2002 tools. There appear to be a
couple of "workflow" differences.

1) create files from IB adds <projectname>_Prefix.h

//
// Prefix header for all source files of the 'StripChart' target in the
'StripChart' project
//

#ifdef __OBJC__
    #import <Cocoa/Cocoa.h>
#endif

Is this file included automagically into the other class files?

When I asked IB to create files files for MyController and MyView, the files
where created in the project folder but not added to the project.

It is my recollection that IB added the files to the project.

Am I imagining things?

--Jerry
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNew PB and IB aggravation? Jerry LeVan Dec 24, 19:10
mlRe: New PB and IB aggravation? Michael Latta Dec 24, 19:28
mlRe: New PB and IB aggravation? Jerry LeVan Dec 24, 20:54