gnasher729 Suspended Jun 4, 2010 #2 i.yalovecky said: Any ideas? Click to expand... Yes. I'd start by reading the documentation.
I i.yalovecky macrumors member Original poster Jun 7, 2010 #3 gnasher729 said: Yes. I'd start by reading the documentation. Click to expand... Documentation about flying on glider? Or something else? Can you give more accurate answer?
gnasher729 said: Yes. I'd start by reading the documentation. Click to expand... Documentation about flying on glider? Or something else? Can you give more accurate answer?
K kainjow Moderator emeritus Jun 7, 2010 #4 You need a library that works with ID3 tags which is how MP3s store various data. Here is a Cocoa one: http://ostatic.com/id3-framework
You need a library that works with ID3 tags which is how MP3s store various data. Here is a Cocoa one: http://ostatic.com/id3-framework
gnasher729 Suspended Jun 7, 2010 #5 i.yalovecky said: Documentation about flying on glider? Or something else? Can you give more accurate answer? Click to expand... Yes. Use Google. Seriously, do you think people should do your work for you? Use Google for two minutes and you are on your way.
i.yalovecky said: Documentation about flying on glider? Or something else? Can you give more accurate answer? Click to expand... Yes. Use Google. Seriously, do you think people should do your work for you? Use Google for two minutes and you are on your way.
I i.yalovecky macrumors member Original poster Jun 8, 2010 #6 Of course i looked up, and even found some ready to use codes, for example http://www.mactech.com/articles/mactech/Vol.21/21.10/TheInformer/index.html But i can't launch that code because i can't import header for QTMetaDataRef and some other typedefs and functions. here is my imports Code: #import <QTKit/QTKit.h> #import <QTKit/QTMovie.h> #import <QuickTime/QuickTime.h> #import <QuickTime/Movies.h> but it doesnt work(
Of course i looked up, and even found some ready to use codes, for example http://www.mactech.com/articles/mactech/Vol.21/21.10/TheInformer/index.html But i can't launch that code because i can't import header for QTMetaDataRef and some other typedefs and functions. here is my imports Code: #import <QTKit/QTKit.h> #import <QTKit/QTMovie.h> #import <QuickTime/QuickTime.h> #import <QuickTime/Movies.h> but it doesnt work(
K kainjow Moderator emeritus Jun 8, 2010 #7 Can you be more specific beyond "doesn't work"? Most likely you're building against 10.6 SDK via 64-bit and QuickTime.framework is not 64-bit compatible.
Can you be more specific beyond "doesn't work"? Most likely you're building against 10.6 SDK via 64-bit and QuickTime.framework is not 64-bit compatible.
I i.yalovecky macrumors member Original poster Jun 9, 2010 #8 kainjow said: Can you be more specific beyond "doesn't work"? Most likely you're building against 10.6 SDK via 64-bit and QuickTime.framework is not 64-bit compatible. Click to expand... You r extremely right, thanks man.
kainjow said: Can you be more specific beyond "doesn't work"? Most likely you're building against 10.6 SDK via 64-bit and QuickTime.framework is not 64-bit compatible. Click to expand... You r extremely right, thanks man.