[PD-dev] Questions concerning library template

Hans-Christoph Steiner hans at at.or.at
Sun Feb 5 18:10:34 CET 2012


How are you currently handling the curl and json-c dependencies? Do you statically link them in?  If its DLLs, then they'll have the same problem as libpurest_json.dll.

.hc

On Feb 3, 2012, at 5:17 PM, Thomas Mayer wrote:

> Hello,
> 
> I have just tried to compile and load the latest version of PuREST JSON
> in Windows. Compilation is no problem, and I have copied the resulting
> files to %PROGRAM FILES%\pd\extra\purest_json\ including
> libpurest_json.dll, but the loader cannot find this dll, see
> https://github.com/residuum/PuRestJson/issues/7
> 
> Any idea, why this is the case? Do I need to copy this dll somewhere else?
> 
> Another issue I am currently working on:
> Unicode in JSON, where json-c has a bug in the released version
> (https://github.com/residuum/PuRestJson/issues/5). Instead of waiting
> for json-c to be released with this bug fixed, I could change all
> unicode characters to lowercase. Is there an easy way to do this,
> basically replacing stuff like "\u00E7" with "\u00e7". Regex? (how in
> C?) Seems like my high-level knowledge is not enough for that.
> 
> Thanks for your help,
> Thomas
> -- 
> "From the perspective of communication analysis, government is not
> an instrument of law and order, but of law and disorder." (Gracchus
> Gruad in: Robert Shea & Robert A. Wilson, The Golden Apple)
> http://www.residuum.org/
> 
> _______________________________________________
> Pd-dev mailing list
> Pd-dev at iem.at
> http://lists.puredata.info/listinfo/pd-dev


----------------------------------------------------------------------------

"A cellphone to me is just an opportunity to be irritated wherever you are." - Linus Torvalds




More information about the Pd-dev mailing list