Jump to content

[SRWorks C lib 0.9.0.3] ViveSR_GetVersion() seems returning wrong value "0.0.0.1"


ayumu_naga

Recommended Posts

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...