Search results

  1. B

    macos x skills for my resume?

    what kind of things have you learnt? e.g. <.> Experience using Aqua interface. <.> Experience with managing administrator account on Unix based MacOS. <.> Experience with Unix command line interface. Just ham it up a bit....
  2. B

    pbs on updated mac Os X

    I guess with all this refomating you have a backup of your system? If I would skip 10.3 and do a fresh install of 10.4. Is all your firmware upto date? Dan
  3. B

    When did apple do away with window transparency?

    Hi folks, My first mac ran 8.5 I then left the the mac world but recently returned an use tiger. So it what version of OSX did apple use transparency? Why did they get rid of it? Why is Vista coping it?! :D Dan
  4. B

    Unbelievable!! You've Just Got to See This!

    Yeah it was very funny (now that my heart is back to normal) :0I
  5. B

    Give feedback to Apple

    Hello, I had a quick look but I couldn't find a feedback or suggestions page on apple.com for iTunes. I just want to send in a comments about how they could improve the interface for when you have many podcasts, so which you have listened to some you haven't etc... Daniel.
  6. B

    Unbelievable!! You've Just Got to See This!

    No funny! I also s**t my self to death.
  7. B

    Jobs' keynote now online.

    It's not actually working for me! I got the first 2 mins, now nothing. Save it for tomorrow I think.
  8. B

    Jobs' keynote now online.

    Hi everybody, http://macworld.apple.com.edgesuite.net/mw/index.html Dan.
  9. B

    Is this a picture of new powermac hardware?

    You could always edit your post with something like ... " You fools that gmini harddrive they been around for ages ...." or something to that effect.
  10. B

    Is this a picture of new powermac hardware?

    Good spot! Think that has cleared it up! ::ha::
  11. B

    Is this a picture of new powermac hardware?

    Yeah. Just wanted to check it out,wasn't too sure!
  12. B

    Is this a picture of new powermac hardware?

    Hello everyone, I found the link to this site on digg.com. It shows somebody snooping around macworld. They have taken a picture of a small 'powermac' next to a powermac G5.... http://www.davidsond.com/MR/files/page0-1014-full.html
  13. B

    ZeroLink: unknown symbol ' '

    Hi, Ignore the below the edit. EDIT --- After messing around a bit longer I got it to work: Header Search Path = opt/local/include Library Search Path = opt/local/lib Other Linker Flags = -lgsl (here you can add the other linkers such as -lgslcblas etc...) EDIT --- I've added...
  14. B

    ZeroLink: unknown symbol ' '

    Indeed it does become a link error. The search string '/opt/local/include' (without the inverted commas) is already added. Could be a problem with in install of GSL. However Darwinports didn't throw out any error messages...?
  15. B

    Beach Ball Of Death!

    Hello everybody, Why do you sometimes get the beach ball of death and other times get a black and white 'radiation' sign swirly thing? :confused: Dan
  16. B

    GCC Missing Header File

    Ohh! Sorry didn't read that properly. Is cygwin a application? I was thinking of duelbooting my windows machine at work into linux and mess around with compiling my app with gnustep. There is not GUI and I'm just using a few foundation framework class and normal objective-c. You see I've run...
  17. B

    GCC Missing Header File

    Hi Kainjow, You might have done this already but in Xcode menu go to Project --> Edit Project then scroll down until you find 'Header Search Path', edit this string to the directory you want to include. Daniel
  18. B

    ZeroLink: unknown symbol ' '

    Hi everybody, I got this error at run time when calling a function from GNU Scientific Library. It compiles prefectly. //GNU Scientific Library #import <gsl/gsl_math.h> #import <gsl/gsl_sf_trig.h> int main(int argc, char *argv[]) { double x = 710.0; double y = 0.0; y = gsl_sf_lnsinh(x)...
  19. B

    CoreData?

    They really try to make everything easy - it's great!
  20. B

    CoreData?

    Hi everybody, What's the purpose of CoreData? Anybody here using CoreData in there apps?
Back
Top