Reading config from: '../data/SamplesConfig.xml'
nRetVal = g_Context.FindExistingNode(XN_NODE_TYPE_USER, g_UserGenerator);
if (nRetVal != XN_STATUS_OK)
{
nRetVal = g_UserGenerator.Create(g_Context);
CHECK_RC(nRetVal, "Find user generator");
}
(And exactly on nRetVal = g_UserGenerator.Create(g_Context); )
I couldn't find anything with Google, I hope you will be able to help me ...
Thanks,
Zouch
--To view this discussion on the web visit https://groups.google.com/d/msg/openni-dev/-/W055Gf2km_oJ.
You received this message because you are subscribed to the Google Groups "OpenNI" group.
To post to this group, send email to openn...@googlegroups.com.
To unsubscribe from this group, send email to openni-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openni-dev?hl=en.