Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
wwwtyro's avatar
wwwtyro
Honored Guest
9 years ago

DLL available?

I believe the SDK previously included precompiled dll files - is this no longer the case? I've not been able to find them. Are there plans to restore these? It'd be super useful for my purposes.

2 Replies

  • Ybalrid's avatar
    Ybalrid
    Expert Protege
    You have to install the runtime from this link : http://oculus.com/setup

    It will install the runtime DLL, the Oculus Service, the Oculus App with Oculus Home, etc... before anything else.

    Then the SDK contain the compilled static libraries you need to link your program against, they are allready compilled. For example if you work with Visual Studio 2015 in 64bit, you'll get the "\OculusSDK\LibOVR\Lib\Windows\x64\Release\VS2015\LibOVR.lib" file

    You don't need an "Oculus DLL" alongside your executable.