You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build it on windows using visual studio also. I can't build the native scripts. Can @kyo8569131 please guide me how to build the native scripts?
while building the native code to generate ViveMediaDecoder.dll, getting errors of header files are missing
The command used in ubuntu terminal for building the native code
gcc -shared -o ViveMediaDecoder.all ViveMediaDecoder.cpp
#include <d3d11.h> is missing after adding that some other header files which are called from d3d11.h showing as missing elements like rpc.h, rpcndr.h
Can anyone (@kyo8568131, @OlafZwe) please help regarding how to resolve this issue? Any help regarding this will be highly appreciated.
The text was updated successfully, but these errors were encountered: