Recent content by JSR COUT

  1. J

    Ultimate crash-proofing idea

    I would rather have pizza and beer delivered when the button is pressed..
  2. J

    still using PB?

    I still have it installed but haven't used it since I installed OS X. Besides, why would anybody want to continue using PB? On my machine, PB is SL000wwwwwww compared to OS X.
  3. J

    USB Epson printer driver

    Which printer are you trying use? Not all Epson printers are supported. Here's is a link that lists supported printers: http://support.epson.com/webadvice/wa0301.html
  4. J

    Programming help

    Why would he have to patch Cocoa? Couldn't he just derive a new view class from NSView and add the functionally himself?
  5. J

    sockets

    Did you try cc hello.c -lsocket or cc hello.c -lbsd ?
  6. J

    Super Quiet G4 Cube!!

    Dump your viewsonic and get an Apple Cinema LCD..
  7. J

    What tools to carbonize?

    You also need the Carbon Library.
  8. J

    Compile AltiVec code in OS X?

    Have you tried searching the header files for the word 'vector'? Sounds like you may not be including a needed header file.
  9. J

    For or against the US siging Kyoto?

    Why can't there be a middle of the road solution? I'll admit that I don't know the details of the treaty but by looking at your Poll answers I see you have to be for or against it. The bush answer doesn't count. Everybody here knows that the VP is really running the country.
  10. J

    The Apple Difference

    In today's issue of the WSJ, there's a comparision of DVD recording systems. The systems included a 733Mhz G4 and a Compaq Persario 7000. In the article author makes the following points: 1: The price difference between the two machines. The G4 costs $3500 vs $1990 for the Compaq. 2...
  11. J

    Intercepting system calls

    Anybody know if it's posible to trap a system call under OSX? We have that ability with Mac OS9, 8, 7 ... I am only interested in trapping OSX toolbox routines, not normal unix system calls..
  12. J

    Qtss

    Was the QTSS bundled with OSX? I know it came with the PB, but it was a time expired version. I am wondering if a non-expiring version was released.
  13. J

    Internet Connect Daemon?

    A zombie is a process that has no parent. Under normal circumstances when a child process is spawned the parent process uses the wait() system call to get the exit status of the child. The flow of events looks somthing like this: fork() exec(CHILD); excute the child wait()...
  14. J

    Forks

    Does OSX support resource and data forks in files? If so, does anybody know how NFS mounted filesystems are handled? For example, if I mount a filesystem from an AIX box would I be able to create a file on the filesystem with both a resource and data fork??
Back
Top