Recent content by LogikWeaver

  1. L

    interface

    I've read somewhere that it is possible to switch between aqua and the interface for Next by changing something in a config file... does anyone know what file u change and what u change? thanks!
  2. L

    Pipes(in perl)

    Thanks! including the ./ in front of the test1.pl worked, whereareas appending onto the ENV variable did not, regardless of whether the ./ was there. Thanks again!
  3. L

    Pipes(in perl)

    I am having trouble with getting pipes to work. I have one file called test1.pl that is the below: #!/usr/bin/perl print 'hi'; I also have a file called test2.pl in the same directory that is the below: #!/usr/bin/perl open(TEST, "test1.pl |")||die("error: $!"); $file=<TEST>...
  4. L

    Resources etc.

    How do you define windows, menus, dialogs, etc. in Mac OS X? Does it still use resources? Is Res-Edit still used? Thanks
  5. L

    C compiler not working

    Thanks =) I'll be sure to check on all the boards in the future before asking questions =)
  6. L

    C compiler not working

    so... am I to understand that Mac OS X comes with a free C/C++ compiler? ALL RIGHT!! if im wrong please tell me =)
  7. L

    C/C++ Compiler

    Does anyone know of a compiler that costs less than $500? I'm a little tentative about getting metrowerk's learning edition, because if it's $450 cheaper, there's gotta be something significant missing. any free ones or relatively cheap ones? thanks in advance
Back
Top