Re: SETUP : Regular Expressions - Easy Setup for RegexKitLite

2010-05-18 Thread Scott Ribe
On May 15, 2010, at 6:02 PM, Jens Alfke wrote: > FYI, you don’t have to edit the linker flags anymore to do this. In Xcode > 3.1+ you can open the target inspector, choose the General tab, and click the > + button at the bottom left to pop up a list of available libraries. Then > choose “libicu

Re: SETUP : Regular Expressions - Easy Setup for RegexKitLite

2010-05-15 Thread Bill Hernandez
On May 15, 2010, at 7:02 PM, Jens Alfke wrote: > FYI, you don’t have to edit the linker flags anymore to do this. In Xcode > 3.1+ you can open the target inspector, choose the General tab, and click the > + button at the bottom left to pop up a list of available libraries. Then > choose “libicu

Re: SETUP : Regular Expressions - Easy Setup for RegexKitLite

2010-05-15 Thread Jens Alfke
On May 15, 2010, at 2:15 PM, Bill Hernandez wrote: > finally remembered that I had to add -licucore to the other linker flags. > I decided to make a few screen captures (10) that make it really easy to see > the small change that needs to be made to each project that uses regular > expressions.

SETUP : Regular Expressions - Easy Setup for RegexKitLite

2010-05-15 Thread Bill Hernandez
I've been using RegexKitLite for regular expressions for a little while, and the other day when I went to add it to another project, I had forgotten about the project setup. I was getting debugging errors, and finally remembered that I had to add -licucore to the other linker flags. I decided t