Search results

  1. S

    wireless printing?

  2. S

    Where to start USB Development?

    Hi folks, I'm new to apple usb development. I got an USB Voltmeter and want to read the data from the device into my iBook. Where do I get information about usb and apple? I read the usb hid specifications from usb.org and got some information from developers.apple.com, but this wasn't...
  3. S

    C++: clrscr() and getch() ?

    clrscr() clears the console screen and getch() is an input function for one single character ...
  4. S

    C++: clrscr() and getch() ?

    Hi folks, I'm seeking for an unix/osx replacement for getch() and clrscr()? any ideas? thanks a lot
  5. S

    USB with Objective-C?

    @arden: I have experience in c++, java and php, so I'll make my way with Objective-C. ;) I need this program for school, and since there's no aqua/cocoa for c++ I had to work with Obj-C.
  6. S

    USB with Objective-C?

    thanks. I found some stuff at developer.apple.com and I also tried the usb/SimpleExample, but it doesn't work. The USBProber craches if I want to log the USB stuff ... I'll wait for panther and the new development environment, maybe I shot something usb related in the current os. :(
  7. S

    USB with Objective-C?

    Hi folks, well, I'll want to write my first application in Objective-C after learning the tutorial. It should be a little application to get a value out of an USB device. Anyone can give me a hint where to start with a USB connection? How do I identify the device, how to read/write data...
  8. S

    SSH Launcher Utilty - need help!

    Hi, I want to code me a little helper to store ssh connections on the desktop and create an 'adressbook' with ssh connections. What language do you recommend? C++? AppleScript? Where to start with AppleScript? thanks a lot
  9. S

    How does an update procedure works?

    Hi, osx 10.3 will be there soon and I want to update vom 10.2 to 10.3 then. So, how does this procedure works? I got those green software coupons, what I have to do with them? Where do I get the update? Thanks for any help
  10. S

    iBook :: longer battery lifetime?

    thanks a lot. :)
  11. S

    iBook :: longer battery lifetime?

    thank you both for the advises. @hulkaros: What exactly do you mean with 'maintaining' the system? so long
  12. S

    iBook :: longer battery lifetime?

    Hi Sam, Well, I there's the option 'Longest Battery Lifetime' set in the Energy Saver menu. Are there any other powersaving options? By the way, I have the basic iBook with 256Mb RAM. Do you suggest to add another 256Mb? thanks
  13. S

    iBook :: longer battery lifetime?

    Hi, I'm using my iBook at school, just for typinig text and programming. With my current system settings (Longest Battery Lifetime, no sound, screen less lighted) the battery holds up to 4 hours. But there was something written about 6 hours in the product description. Any idea how it is...
  14. S

    Cocoa with C++?

    Hi, thanks for the answers. @Lycander: You're right, mixing Objective-C and C++ is not what I want to do. :( The Cocoa framework could be loaded into a C++ project, but I couldn't find any way to interact with this framework. The only way, I think, is to hope apple will bring C++/Cocoa...
  15. S

    Cocoa with C++?

    Hi, well, I'm new to software programming with mac osx (not software programming itself. ;)). I read the tutorial about Cocoa and Objective C and began to enjoy Cocoa. But I don't like Objective C, it's not very sensefull in my eyes (programmed in java and c++ before). Well, could anybody...
  16. S

    wireless printing?

    k. Thank's for your replies. Maybe I'll get a cheap USB printer at ebay. Don't want to mess up with this lpt shit.
  17. S

    wireless printing?

    hmm, sounds nice. I have an old HP-69?C printer in my sister's room, but no pc or printserver I could plug it to. :( Maybe I'll buy an lpt to usb/bluetooth adaptor. The actual bluetooth technology has a range of 100 meters. ;) thanks. ::angel:: edited the quote-tag for better reading.
  18. S

    wireless printing?

    Hi, I read in the description of AirPort that it's possible to print with wireless connected printers. What do I need to do so? And, how is it possible to print over bluetooth? thanks a lot. :cool:
  19. S

    Rendevous with Bluetooth and other operating systems?

    Hi, could anybody tell me if (and how) rendevous over bluetooth is possible? Do I have to configure anything after pluggin' in the bluetooth usb stick? And, is there a way to communicate with linux and windows computers with rendevous? Some kind of collaborative writing (like...
  20. S

    J2ME Programming, build problems

    Hi, I wrote a little application to test my java environment for j2me programming. I got the build.xml (see below) from wireless.java.sun.com. But while compiling with ant there's an error. The jad file could not be copied. I looked in the bin folder and there was just the jar file after...
Back
Top