Andrew Ames

Results 4 issues of Andrew Ames

Are split save/load member functions supported for polymorphic types? To demonsrate, I modified the polymorphic unittest so that PolyDerived looks like the following: struct PolyDerived : PolyBase { PolyDerived() {}...

I am having difficulty interpreting the result of calculate_cpu_frequency(). I ran the main_clock.cpp sample code and produce this output: `std::chrono::steady_clock: 0.012 usec std::chrono::high_resolution_clock: 0.017 usec std::chrono::system_clock: 0.018 usec rdtsc: 0.003...

On Linux, when shutdown crash occurs, this text can be found in output: Xlib: sequence lost (0x10675 > 0x67b) in reply type 0x23! Xlib: sequence lost (0x11b93 > 0x1b95) in...

I modified vr-sdks.pri to point to my build of OpenVR and get a link error regarding libopenvr_api.so. I changed the virtualreality.pro to reflect the correct lib name of openvr_api.lib and...