I wrote some code for standart Carbon Application.
App works fine, it has some edits, buttons.
I have a function, DoMyDialog.
Then i'm trying to put it into the bundle,
I use extern directive for function DoMyDialog, it works fine.
BUT!!!
CreateNibReference - fail!!!
In Application same code works excellent, but in DoMyDialog.bundle it fails!!
CreateNibReference return: kIBCarbonRuntimeCantFindNibFile = -10960
I cann't understand what to do!
I think it's somewhere in plist files, project properties...
Beforehand Thanks!
App works fine, it has some edits, buttons.
I have a function, DoMyDialog.
Then i'm trying to put it into the bundle,
I use extern directive for function DoMyDialog, it works fine.
BUT!!!
CreateNibReference - fail!!!
In Application same code works excellent, but in DoMyDialog.bundle it fails!!
CreateNibReference return: kIBCarbonRuntimeCantFindNibFile = -10960
I cann't understand what to do!
I think it's somewhere in plist files, project properties...
Beforehand Thanks!