Forum Discussion

Chrisstyll's avatar
Chrisstyll
Copper Contributor
Oct 07, 2021

How to include syswow64 dlls to HoloLens

Hello, 
I am trying to connect a Tello drone to HoloLens and display the camera feed from the drone directly to HoloLens. The problem that I have is that when I try to launch the project to HoloLens I get the following errors regarding the loading of the dlls:

Loading advapi32.dll
Plugins: Failed to load 'advapi32' with error 'Operation has failed with error 0x7f: The specified procedure could not be found.

Loading TelloVideoDecoder.dll
Plugins: Failed to load 'TelloVideoDecoder' because one or more of its dependencies could not be loaded.

The TelloVideoDecoder.dll has the following dependencies:

  • SysWOW64\OPENGL32.dll
  • SysWOW64\WS2_32.dll
  • SysWOW64\kernel32.dll
  • SysWOW64\MSVCP140.dll
  • SysWOW64\VCRUNTIME140.dll
  • SysWOW64\ucrtbase.dll

Do you know if there is a way to include these windows dll in my project? Or is there any way to have this dlls installed on holoLens?

3 Replies

Replies have been turned off for this discussion

Resources