I've used f2c too. It did a good job. You can even read the C code it poops out. I used it on a single file fucntion call. So it was only a simple test of it.
I bet Darwin has an …
Hi persquare and absmiths,
I found g77/ecgs/gcc, but I'm a bit confused as to which pieces I need to combine to build a working compiler...any suggestions? In any event, my copy …
Has anyone had any luck installing g77? I have installed the apple developer tools and downloaded the source code for g77 seperately, but have no idea how to proceed. I'm a bit of …
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 …