ayumu_naga Posted March 6, 2020 Share Posted March 6, 2020 I noticed strange behavior in C lib, Supposing to get "0.9.0.3" as returning value from "ViveSR_GetVersion()", but always get "0.0.0.1" as you can check in following code: char* buf = new char[100]; ViveSR_GetVersion(&buf); printf(buf); // "0.0.0.1" @Daniel_Y 1 Link to comment Share on other sites More sharing options...
Daniel_Y Posted March 11, 2020 Share Posted March 11, 2020 Thanks for the feedback. we will check it. Link to comment Share on other sites More sharing options...
wenjiec_shen Posted March 11, 2020 Share Posted March 11, 2020 Hi ayumu_naga, Thank you. It has been fixed in latest version. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now