Recent content by eiskalteschatten

  1. E

    Need some help with carbon/cocoa

    I'm just using the code (unmodified) as on Apple's website. You can find it here: http://developer.apple.com/samplecode/SimpleCocoaMovie/SimpleCocoaMovie.html I think you're right about it identifying the sources by the extension. The cocoa file is a .m file and the carbon file is a .c file.
  2. E

    Need some help with carbon/cocoa

    yes I did. lol. i wish it was just a few typos ;) although with that many, maybe not... yes, I am.
  3. E

    Need some help with carbon/cocoa

    I have a problem. I am building an application in Cocoa that needs to use Carbon functions. My application is a MP3 player that is using QuickTime. I am using the code provided by Apple as found here: http://developer.apple.com/samplecode/SimpleCocoaMovie/SimpleCocoaMovie.html Apple's example...
  4. E

    Carbon in Cocoa

    I don't think I am, but I'm not sure. I'm still fairly new to programming on a Mac. They are all listed under the "Linked Frameworks" group on the tree in Xcodes. Is there another way to tell if they are linked? After a closer look, I can see that I was wrong. The carbon file appears to be...
  5. E

    Carbon in Cocoa

    oh, i forgot to mention that I have included the frameworks already. i've also already included the headers as follows: in the "MyMovieController.m" (http://developer.apple.com/samplecode/SimpleCocoaMovie/listing3.html) file which is the cocoa file i'm trying to call the carbon functions from...
  6. E

    Carbon in Cocoa

    I'll post the code, but I don't think the problem is the code. I think it has something to do with Xcode itself and not compiling the carbon file as carbon. Here's the code from the carbon header (from this file: http://developer.apple.com/samplecode/SimpleCocoaMovie/listing5.html): NSString...
  7. E

    Carbon in Cocoa

    I'm trying to use a few carbon functions in cocoa, but can't seem to quite get it to work. The carbon functions are pre-written from Apple and so is the implementation code for cocoa (I'm using their QuickTime code found here...
  8. E

    A Couple of Questions about Carbon

    thank you all very much. I've gotten everything I needed to work to work.
  9. E

    A Couple of Questions about Carbon

    Hi, I'm fairly new at programming software for the Mac, so I have a couple of questions. I should mention that I'm using Carbon. My first question is: can anyone tell me if there are XML parsing functions that will parse a XML file for its values made by the Property List Editor that is...
Back
Top