Search results

  1. F

    Loading nib file problem

    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...
  2. F

    Creating alias for application with installer

    Shell is a power! The problem is solved! Thanks.
  3. F

    Creating alias for application with installer

    Subject... I'm trying to create installer for application (packagemaker) do someone know how to force installer to create alias for executable. Thanks.
  4. F

    Porting to XCode from CW problem

    Greetings! I have a problem with conflict of names... "error: macro "check" passed 3 arguments, but takes just 1" check - is a macro: #define check(assertion) and virtual function in a class: virtual check_status_list* check( params... ); Please advise...
  5. F

    Changing icon in carbon or cocoa application project

    I've found it! It's in the target info->properties tab... Thanks!
  6. F

    Changing icon in carbon or cocoa application project

    Can anyone tell me how can I change icon on carbon or cocoa application, which i got by defaul by IDE. I cann't find it) This is about my own application. After creating new XCode carbon application project we have default icon for all targets. I'm wandering in project and trying to change...
  7. F

    Changing icon in carbon or cocoa application project

    This is about my own application. After creating new XCode carbon application project we have default icon for all targets. I'm wandering in project and trying to change it to my own icon, but I can'nt find where. Thanks.
  8. F

    Changing icon in carbon or cocoa application project

    Can anyone tell me how can I change icon on carbon or cocoa application, which i got by defaul by IDE. I cann't find it) Thanks.
Back
Top