You cannot post messages because this group is only available as an archive.
|
iTunes plug-in
|
| |
I am very experienced Windows C++ developer but have no knowledge of Mac. We need to port Windows based code that talks to an MP3 player device as iTunes plug-in on Mac. Where can I get SDK for developing iTunes device plug-in on Mac? Are there any sample plug-ins with source code available? Our MP3... more »
|
|
come to ADHOC (the conference formerly known as MacHack); July 21-24, 2004
|
| |
(please forgive the extensive cross posting... I'm just trying to get the message out far & wide) MacHack comes ADHOC - or -- here's why Macintosh Developers should attend the ultimate conference by Mac Developers for Mac Developers. No doubt you've heard of MacHack, the ultimate technology conference for Apple-focused... more »
|
|
Objective C, Java, and Cocoa
|
| |
I'm a starter / newb cocoa programmer. I have been a c/c++/delphi/java developer for the last 7 years. I have to say that Objective C syntax is almost as bad as perl. I know that I will get use it it, but I have to say moving from java, objective C is not fun. Having to think about object memory again is not really all that fun.... more »
|
|
C code for pure float PRNG
|
| |
I have an interesting request: I am writing some scientific software that might be run on a PowerPC G5. I know that the G5 penalizes one quite severely for doing an int->float or a float->int conversion (speed-wise that is). I also know that other modern processors are also slow for conversions. I'm looking for a pure floating point random number generator... more »
|
|
ScreenSaverView/EnergySaver conflict question
|
| |
I have a screen saver that is doing some background computation while running, and I want this computation to continue until the screen saver ends. The computation requires some clean-up: I need to take some action as part of stopping it, I can't just have it die. I had been initiating my background computation in [savermodule startAnimation] and cleaning... more »
|
|
diff between xcode and project builder
|
| |
What is really the difference between Project Builder that came with 10.2 and xCode that came with 10.3? It seems that xcode and PB are both IDEs for developing mac apps. And I know that xcode can do distributed builds (which I don't need). So which should I use for starting to learn to develope with Obj-C and Cocoa?... more »
|
|
XCode customisation
|
| |
Where are the placeholders/macros for the following XCode variables hidden and how can I set them. I did find tem in PB but have so far not tracked them down in XCode... <<PROJECTNAME>> <<YEAR>> <<ORGANIZATIONNAME>> etc... For some reason they are not set the way I want.... respect.... Peter
|
|
|