Posts

Post marked as solved
4 Replies
1.1k Views
According to Guides and sample codes ...1. Cocoa loading Programming Topics > Multi-Bundle ApplicationAdditionally, Cocoa applications cannot unload bundles. If you want to be able to load and unload large separately built application components, you can build your application as a number of smaller executable components, and the main application can fork child processes. You can enable communication between the processes with the Cocoa distributed objects architecture. For more information, see Distributed Objects.2. Cocoa loading Programming Topics > Document Revision HistoryRemoved limitations item claiming that Cocoa bundles cannot be unloaded.Which is right?I want to unload the dynamic bundle in a cocoa application. The bundle uses the NSWindowController to pop up and exit the Window.However, when I unload the bundle, an EXC_BAD_ACCESS (objc_loadweakretained) error occurs.If not, please give me another way to do the same thing.Thank you.
Posted
by yurim0512.
Last updated
.
Post not yet marked as solved
0 Replies
232 Views
I have two questions.1. If the user name in the active directory is the same as the local user name, login is not possible. Is this right?2. Is there a way to know which node the logged in user belongs to?Nodes are groups that appear in Directory Utility Applications > Directory Editor.e.g. /Local/Default
Posted
by yurim0512.
Last updated
.