ayumu_naga 3 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 post Share on other sites
Daniel_Y 17 Posted March 11, 2020 Share Posted March 11, 2020 Thanks for the feedback. we will check it. Link to post Share on other sites
wenjiec_shen 5 Posted March 11, 2020 Share Posted March 11, 2020 Hi ayumu_naga, Thank you. It has been fixed in latest version. 1 Link to post Share on other sites
Recommended Posts
Please sign in to comment
You need to be a member in order to leave a comment
Sign in
Already have an account? Sign in here.
Sign In Now