Search results

  1. W

    Wanted: Linux porting tutorial

    Well, it's hard to create a step-by-step tutorial without knowing the errors you're going to encounter. In general, you run the make and see what errors occur. Some errors will be easy to fix. If it says it can't find a file, locate that file and then fix the path in the code. If it says a...
  2. W

    multiple inheritance

    No, it doesn't. And that's a good thing. Good C++ programmers rarely use multiple inheritance either. It just has the potential to cause too many ugly problems. Wade
  3. W

    Webcams and osx

    There are Firewire cams available and a Firewire driver. Wade
  4. W

    Which scanner? Need a hand folks...

    I haven't used any of them, but Agfa's scanners have native 10.1 software. Wade
  5. W

    'rm'ing locked files

    Though I haven't tested it, in 10.1 they modified the "rm" command so that it will override the uchg bit and remove the files. Wade
  6. W

    ADC 10.1 CD's

    Sorry, no. It has: Dansk Deustch Espanol Francais Italiano Japanese Korean Nederlands Norsk Portugues Simp. Chinese Suomi Svenska Traditional Chinese Wade
  7. W

    ADC 10.1 CD's

    9.2.1 English came with the 10.1 update CD. It was in a "System Software" sleeve and contained 3 CD's: 10.1 update (which wasn't labeled as update), 9.21 and 10.1 developer tools. Wade
  8. W

    Virtual Desktops

    Core Graphics Services and you'll probably have to figure out a lot of Windowserver stuff which is private. Wade
  9. W

    iPod = Lame

    One of the big problems is that tiny Toshiba harddrive it uses. Apparantly, Toshiba is the only manufacturer of that drive right now. Once that drive starts being used in more devices and is produced in greater volume, the price will come down. It's likely that the price of the iPod will...
  10. W

    10.1 Speed Not Acceptable

    Well, since you indicated your preference for OS 9, I highly suggest that you NEVER, EVER attempt to do anything with multitasking. If you do, you'll see slow....when compared to either OS X or Win2K. Wade
  11. W

    Perl DBI doesn't work?

    Um, it's difficult to say unless you say what the error is. Wade
  12. W

    10.1 not for gaming

    You'll get better framerates in OS X than in OS 9 and Apple has essentially put OpenGL on OS 9 into maintenance mode. All new features will be added to OS X only. Wade
  13. W

    Porting old C and ieeefp.h

    Don't know. You'd have to look at the header file to see what it's complaining about. Chances are though, you're still missing a required component. Wade
  14. W

    Would someone please...?

    You don't have the right to anything. If you're unhappy with OS X, demand a refund. If you don't want to pay the $20, don't. Wade
  15. W

    I Have 10.1 FULL INSTALL in my hands!!

    Apple just sent out a note that they will be releasing the 10.1 developer tools for download within a few days. All ADC Members (including Online) will be able to download them. Wade
  16. W

    C++ on Mac OS X

    You use a C++ Tool in project builder for building C++ console apps. Wade
  17. W

    LocalTalk and 10.1

    I doubt very seriously that LocalTalk through a serial port will ever be supported on OS X. Take a look at the Farallon EtherMac iPrint adapters. Wade
  18. W

    Straight C?

    For those who are emacs freaks, there's also a windowed-emacs available. Wade
  19. W

    Beginning Coding Junky Help!

    The developer tools that ship with OS X will do everything you want and are free. Wade
Back
Top