Search results

  1. K

    How do I launch a URL using Cocoa (Objective C)

    I would like to have my application launch a URL. In windows, the code is like ShellExecute(...,"http://www.mylink.com",...); What is the equivalent command using Objective C and Cocoa? Konan
  2. K

    Project Builder "rebuilds" everything each time I run

    I have my project up and running. Before if I made a change in one module (e.g. MyFile.cpp) and ran the program again, it would only rebuild MyFile.o and then link the program. Now every time I re-run the program, it rebuilds everything. I created a new project from scratch and I get the same...
  3. K

    Computer language showdown!

    Ansi C (and C++) all the way man! If you know you C, you can program anything, anywhere on any platform. Konan p.s. My first love was Pascal though (turbo Pascal for DOS)
  4. K

    GLUT in OS X (Project Builder)

    I solved the problem. I simply had to remove any reference to the before mentioned folder in the "Build Settings" window.
  5. K

    Any MPW gurus out there?

    note - Sorry to post so many messages. Please let me know if I am posting too many... I am trying to compile the GLUT library using MPW for Mac OS 9 (I know that Mac declared it dead, but I have a very good reason for wanting to do this). I have the source code for GLUT 3.7, which is...
  6. K

    Is there a Projetc Builder for OS 9?

    I am already doing an OS X version of my software, but there IS demand for an OS 9 version as well. I have MPW, but it is rather quirky. Is there another c++ (other than MPW and codewarrior) development kit for OS 9? Konan
  7. K

    Is there a Projetc Builder for OS 9?

    I have found a few references to Project Builder for OS 9, but I can find no trace of it. Is it available for download somewhere? Purchase (where)? Konan
  8. K

    GLUT in OS X (Project Builder)

    I would very much like to compile the GLUT 3.7 framework using Project Builder 2.0. However, I get the following error message (using the project builder file that came with the source code) Can't open: /AppleInternal/OrderFiles/GLUT.order I need to compile this library (and not simply use...
Back
Top