Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unresolved external symbol __imp__VR_<symbol> #11

Open
javl opened this issue Apr 10, 2017 · 0 comments
Open

unresolved external symbol __imp__VR_<symbol> #11

javl opened this issue Apr 10, 2017 · 0 comments

Comments

@javl
Copy link

javl commented Apr 10, 2017

I'm trying to get ofxOpenVR to work with the latest nighly of openFrameworks, using Visual Studio 2015 on Windows 10 (which is kind of a challenge as I'm normally a Linux user, but as the Vive still isn't properly supported on Linux I want to try and get something to work on Windows first).

I've added ofxOpenVR as an addon, and cloned the openvr repository inside the libs/openvr folder, removing the samples folder to prevent problems compiling (multiplemain.cpp etc.).

While trying to compile your example-simple projects, I get the following errors:

Error	LNK2001	unresolved external symbol __imp__VR_GetVRInitErrorAsEnglishDescription	example-simple	
Error	LNK2001	unresolved external symbol __imp__VR_GetGenericInterface	example-simple
Error	LNK2001	unresolved external symbol __imp__VR_IsInterfaceVersionValid	example-simple
Error	LNK2001	unresolved external symbol __imp__VR_GetInitToken	example-simple
Error	LNK2001	unresolved external symbol __imp__VR_InitInternal	example-simple
Error	LNK2001	unresolved external symbol __imp__VR_ShutdownInternal	example-simple

All errors come from
<my ofPath\apps\myApps\example-simple\ofxOpenVR.obj

Before I'm going to mess around too much: any clue as to what I'm doing wrong? Is this just an error in my setup which I need to resolve, is the version of openvr I'm using not compatible anymore, or...

I'd really like to get this to work, so any form of help is appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant