... I don't know what happened last night either because I couldn't make it. Did no one else? Thanks for posting the materials, as this was a topic I was...
Yeah, I'm sorry I completely forgot too. It had nothing to do with the scheduled content and everything to do with the weeks flying by faster than I thought...
Michael Kale
mkale@...
Sep 10, 2005 9:23 pm
529
Jeff/Gus ... didn't I say it was an off-by-one issue? What happened to Jo? There were also some new (or at least new to me) folks at the meeting. I wonder if...
Kevin Purcell
kevinpurcell@...
Sep 11, 2005 2:13 am
530
A lot of people showed up, just no one with a key to let us into the room! :-) joe...
So I'm going to be giving a (little) presentation at the next meeting on things I've learned with NSTextView and some of my favorite NSWindow hacks. I'm...
How many would be interested in a special session on programming the Cypress Semiconductor PSoC? Because of length it would probably be held on a Saturday. ...
I'm looking forward to hearing your presentation, Gus, but I was under the impression that we were going to hear Joe's talk at the next meeting, which we all...
Since Joe or George manage the schedule I assumed they would let us know if we planned on either A) moving everything 1 meeting, B) re- scheduling for after...
August ... I'd love to see how you integrate Undo into an application that owns multiple independent text objects (such as a draw-type application). -- David...
... Well, maybe to people who listen to cocoa radio :) It was fun to do- I wish my audio was a bit louder, and I wish I got into more technical talk (since...
I am working from an example program, it asks to include iostream. Neither the compiler or I can find it. It appears the program needs this in-order to use the...
I am using Xcode 2.1, gcc v4.0 on OS X 10.4.2. I did a bit more experimentation, turns out when I specified a Core Foundation tool it creates the main with a...
With command line gcc, you can also specify "-x c++", which overrides the default "pick language based on suffix" behavior. From Xcode, you can specify...
Michael Kale
mkale@...
Sep 16, 2005 4:19 am
549
GNUstep came up in passing at next to last meeting. <http://www.gnustep.org/> I thought I might pass on these links to give people a few pointers. Even if...
Kevin Purcell
kevinpurcell@...
Sep 16, 2005 5:06 pm
550
Now that I have a unix tool functioning under Xcode 2.1 I want to install it so I can use it under terminal. Is there any documentation on how and where to do...
... There's two ways you can do it. The first is to give a path to the tool whenever you use it in a command: $ ~/stuff/tool/coolthing if the app is in your...
... You want to put it in one of the directories your $PATH. Type "echo $PATH" in the terminal to see where those places are. Alternatively (and this is what...