elziko;492531 Wrote: 
> OK, I am now deploying all the files you quoted to my device. However, I
> still get the spinning icon on my device for a second before it just
> disappears - nothing happens after that. No error dialog coming from
> Visual Studio itself.
> 
> A good sign is that I am now getting some information in the Immediate
> Windows, but not much:
> 
> 
> 
> Perhaps I'm getting closer. :)

SOmething is wrong with either the lua path. Does you squeezeplay
directory contain a lua subdirectory?

You might check the path, by inserting a printf in
(squeezeplay\src\)jive.c 

Code:
--------------------
    
                // set lua path
                 printf(" LUA_PATH: %s\n", lua_tostring(L, 0));
                p = lua_tostring(L, -1);
                luaL_pushresult(&b);
                lua_setfield(L, -2, "path");
  
--------------------


Lyf


-- 
rudolf_j
------------------------------------------------------------------------
rudolf_j's Profile: http://forums.slimdevices.com/member.php?userid=29177
View this thread: http://forums.slimdevices.com/showthread.php?t=61925

_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to