Recent content by apffal

  1. A

    CFStringGetCStringPtr from a menu item

    When I try CFStringGetCStringPtr from a menu item, my Carbon application always crashes But the same function works fine if I use it from a command button. What's wrong ? I' m using Mac Os X 10.4.7
  2. A

    Xcode 2.0 install

    Can I install XCode 2.0 from Mac Os X 10.4 (Tiger) in Mac Os X 10.3 (Panther) ?
  3. A

    Carbon programming

    I' m new to Carbon programming and have a few questions to ask : 1. How can I open another Apple application from a Carbon app ? 2. Is it possible to change the layout and each item titles in radio group buttons ? If not, how to use Interface Builder to get two or more single radio buttons...
  4. A

    Menu bar text size

    In Tiger, is it possible increase / decrease menu bar text size ? If yes, how to do it ? Thanks.
  5. A

    Xcode

    I cannot find Xcode in Tiger ? Where is it ?
  6. A

    Mysql 5

    All fixed : I´m using Mac Mini (10.3.9) - so, the correct version is mysql for 10.3, and not for 10.4. Thanks, anyway
  7. A

    Mysql 5

    I 've got this lrwxr-xr-x 1 root wheel 18 4 Feb 2005 libcurses.dylib -> libncurses.5.dylib -rw-r--r-- 1 root wheel 279000 28 Apr 2005 libncurses.5.dylib lrwxr-xr-x 1 root wheel 18 4 Feb 2005 libncurses.dylib -> libncurses.5.dylib
  8. A

    Mysql 5

    When starting new Mysql 5.0.15 in Mac Os Tiger, I receive the following message : /usr/lib/libncurses.5.4.dylib (No such file or directory, errno = 2) What's wrong ?
  9. A

    Xcode Manifest file

    It would be for me useful, in a Java app, rename Manifest file. However, after doing it, xcode gives an error saying there is no Manifest file. How to solve this ? Thanks.
  10. A

    Jdbc

    I put the driver "jar" file in my home directory and its classpath in a ".profile" file, that points to it. And all this works when the application is compiled on command line. Why not with Xcode ? Must I put driver "jar" file in java "ext" directory ?
  11. A

    Jdbc

    Yes, it is the exact same application
  12. A

    Jdbc

    When trying a search in a JDBC application compiled with Xcode, I cannot connnect to a Mysql database and I receive the following message : ClassNotFoundException: com.mysql.jdbc.Driver Trying to connect... apple.awt.EventQueueExceptionHandler Caught Throwable ...
Back
Top