Could you open a mantis entry & add the compile error?

--mic



On Mon, Oct 21, 2013 at 8:21 AM, phantom <[email protected]> wrote:

> Hi!
> Im doing some tests on opensim 0.7.6, running under windows 7 64 bits, with
> the OpenSim.32BitLaunch.exe. I want to use JsonStore functions on my
> scripts, like JsonGetValue, or JsonGetJson. I read how to enable json store
> in this site: http://opensimulator.org/wiki/JsonStore_Module.
> But i am only able to get working JsonCreateStore and JsonDestroyStore.
> When
> i try to use JsonGetValue or JsonGetJson i get the following compile error:
> The name 'JsonGetValue' does not exist in the current context.
> The same goes for JsonGetJson.
>
> The test script is:
>
> key storeID;
> default
> {
>     touch_start(integer n)
>     {
>         storeID = JsonCreateStore("{ 'foo' : { 'bar' : 'one' } }");
>         llOwnerSay(JsonGetValue(storeID, "foo.bar"));
>         JsonDestroyStore(storeID);
>     }
> }
>
> I appreciate any help. Thanks!
>
>
>
> --
> View this message in context:
> http://opensim-dev.2196679.n2.nabble.com/How-to-properly-enable-JsonStore-tp7578850.html
> Sent from the opensim-dev mailing list archive at Nabble.com.
> _______________________________________________
> Opensim-dev mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to