SystemTimeToVariantTime and DirectX
Hello,
I am using VS2005 Pro in XpPro with Sp2. I also have Platform SDK 3790.1830 and DirectX9.0 October 2005 installed.
I have ported our legacy code fromVC++6.0 into VS 2005 (no .NET) and we need to add directX capability.
I started with the BitmapMix sample code to interface with a USB camera in our system. After getting the camera interface working, I have noticed that after calling the function:
hr = m_pD3D->CreateDevice( ...); that the call to ::SystemTimeToVariantTime( ...) is no longer returning the proper time.
Are there known issues with DirectX 9.0 and this function?
thank you
