It seems that there are many programs like f2c and g77 available for download, but once I have the files I have no idea what to do with them! Isn't there anyone out there who has m…
I think what you probably want is to write a daemon. They run in the background and provide service, eg. webserver, telnet server. If you just want to start something in the backgr…
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...
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…
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…
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…
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…
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 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 …
Hi again persquare, I'm planning (once my OS X disk gets here) to immediately try to get xmgr or xmgrace up and running since I use that almost exclusively for my science and journ…
Seems we're the only scientist around, stardoc ;-)
Anyhow, I'm working on porting Octave and once that its working (almost there...) I'll probably look into gnuplot (rumored to ru…
Quote:
Originally posted by persquare:
An idea for the future is to have some kind of Aqua front end to a collection of CLI-apps, cf TexShop & teTeX.
Yes. What …