I need to rebuild the oculus sdk as .dll's. When you download it's setup to export .Lib. I'm using the latest version 1.26 on windows using visual studio 2017. I have a third part plugin that depends on the Oculus sdk and need to add some functions to it and rebuild the plugin but receive this error:
mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MD_DynamicRelease' in AppOculus.obj
There's comments in the OVR_CAPI.h - // OVR_DLL_BUILD - Used to indicate that the current compilation unit is of a shared library. but this alone doesn't work.