Quote:
Originally posted by thunter:
I have been trying to find any information on how to write a background only application (BOA) under Mac OS X.
You are probably…
I don't have the info right in front of me but you could add a flag to the CustomInfo.plist "Application Setting" called isBGOnly YES. This makes it background only...
Several times now, my Project folder including source files has gotten deleted, leaving the object code in a *.build folder. In my course of building and debugging, I lose track o…
ProjectBuilder is the only IDE I have ever seen that works the way it does when removing a file from the project. Normally when you remove a file from a project it just removes th…
Is it possible to add another programming language to the ProjectBuilder IDE? I know it supports C/C++/Obj-C/Java so it seems extensible, but I wanted to see if other thought it wo…
you can throw c,c++,objective c,java,assembly language all in the same program in project builder I believe.Project builder does not support any other languages.Download and compil…
Quote:
Originally posted by chown:
you can throw c,c++,objective c,java,assembly language all in the same program in project builder I believe.Project builder does not s…
Couldn't really decide if I should post this in here or in support so if it's out of place please forgive me.
I was playing around with the Dev tools last night and decided to rea…
Tried reinstalling the dev tools after wiping out not only the Documentation directory but the entire Developer directory as well. No such luck. I then tried reinstalling OS X wi…
I'm a computer sciense student wanting to use my new Mac OS X box for developing "standard", command-line programs in c.
I've downloaded and installed the developer tools from App…
Well, malloc.h is certainly there...and I just now wrote a simple "Hello world" app in vi and compiled it using cc, and it executed flawlessly.
I've had no problems working from t…
I like the ProjectBuilder too. The only reason for using the commandline tools is that I need to cooperate with the Unix-world, and they don't know much about the ProjectBuilder :-…
It seems I was the one who made a mistake :-) Biiig surprise ;-)
Reading my documentation, it appears malloc.h is not part of the ANSI C standard library; that's why
#include &am…
Hello.
I've had MacOS X PB for nearly a month, and I installed the Dev Tools when they were released last week. I've been programming CLI and X-Windows programs in C on Unix boxe…
Forgot to mention:
I know I could just use the command line interface, but my goal is to have it open in its own window in the GUI, like a mock Console.app or Terminal.app. Then …
I'm using QuickTimeLib in Classic to perform certain tasks in my RB project, iSee. I though it was time for me to carbonize it but when I tried, I couldn't connect to QuickTimeLib.…
I am assuming that you are using RB3.0x for your development? I hate to tell you this but it looks like RB3 carbon cannot connect to any external libraries right now. I think this …