CHAI3DCHAI3D

normal Linker Error in VS2015

More
02 Feb 2016 12:17 #1

Hi,

i wanted to try the examples of the oculus module and got these linker errors:

>SDL2Main.lib(SDL_windows_main.obj) : warning LNK4217: locally defined symbol fprintf imported in function ShowError
>SDL2Main.lib(SDL_windows_main.obj) : error LNK2019: unresolved external symbol __imp___iob_func referenced in function ShowError
>../../../bin/win-x64\01-cube.exe : fatal error LNK1120: 1 unresolved externals

I use VS2015 and have a DK2. Is it related to my VS version? Or is it required to install the Oculus SDK?

Thanks in advance

Please Log in or Create an account to join the conversation.

More
02 Feb 2016 22:27 #2

The project files for the OCULUS module are currently provided for VS2012 and VS2013.

We are working on the project files for VS2015 but still need to address several issues related to the external SDL library which is used for the window display (non related to the Oculus Rift).

We will keep you posted as soon as support for VS2015 becomes available, hopefully very shortly!

Please Log in or Create an account to join the conversation.

More
03 Feb 2016 15:52 #3

Thanks for your quick response!
It works now, after installing VS 2013.

Please Log in or Create an account to join the conversation.