This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I found this bit of code in one of the example tango projects using the JNI and I have no idea what the context is nor how to use it. The example code works, but my code does not. void OnXYZijAvailableRouter(void *context, const TangoXYZij *xyz_ij) { SynchronizationApplication *app = static_cast<SynchronizationApplication [...] read more