Re: Problems linking json-framework with ios application

2011-05-17 Thread Wim Lewis
On 17 May 2011, at 2:03 PM, Damien Cooke wrote: > I am building a library to be used by other apps. I have included the > json-framework in the library project and used the -ljson flag as directed. > Now this all works fine, until my app uses one of the JSON categories that >

Re: Problems linking json-framework with ios application

2011-05-17 Thread Greg Parker
On May 17, 2011, at 2:03 PM, Damien Cooke wrote: > I am building a library to be used by other apps. I have included the > json-framework in the library project and used the -ljson flag as directed. > Now this all works fine, until my app uses one of the JSON categories that >

Problems linking json-framework with ios application

2011-05-17 Thread Damien Cooke
All, I am building a library to be used by other apps. I have included the json-framework in the library project and used the -ljson flag as directed. Now this all works fine, until my app uses one of the JSON categories that the library implements. if I add the json-framework to the app it

Re: JSON Framework

2008-12-06 Thread Bill Garrison
On Dec 6, 2008, at 11:51 AM, development2 wrote: Hi, I hope someone can help me. I thought I was going to be able to use the JSON Framework from google code (http://code.google.com/p/json-framework/ ) but it won't build under the 10.4 SDK. I get errors on the build, mostly stuff

JSON Framework

2008-12-06 Thread development2
Hi, I hope someone can help me. I thought I was going to be able to use the JSON Framework from google code (http://code.google.com/p/json-framework/ ) but it won't build under the 10.4 SDK. I get errors on the build, mostly stuff that changed under 10.5. Does anyone know of a