[futurebasic] Re: [FB] Saving a text with a CFunction

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2010 : Group Archive : Group : All Groups

From: Brian S <fblistserve@...>
Date: Tue, 26 Oct 2010 08:07:30 -0700
On Oct 26, 2010, at 7:05 AM, Ken Shmidheiser wrote:

> NSApplicationLoad();
> 
> In my example I removed it. However, I was wrong-- NSApplicationLoad() should remain.


NSApplicationLoad() is required for all Cocoa executing in a Carbon app. It only needs to be called once at program launch.


Brian S