- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear all,
My program: UI: Qt creator, Qt vision: Qt 5.3.2(vs2013 opengl_x64), complier: vs 2013 x64 , release
OS: win 7 64bit, C++
include:../RSSDK/include ; .../RSSDK/sample/common/include
Lib folder: .../RSSDK/bin/x64 ; .../RSSDK/sample/common/lib/x64/v120
LIB: libpxcmd.lib libpxcutilsmd.lib
but~ when complier program, that is fail
Error information:
error LNK2019: unresolved external symbol _imp_RegCloseKey
_imp_RegOpenKey
_imp_RegGetValue
File not found: libpxcmd.lib (libpxc.obj)
How to solve it? Could help me for it? Thank you!
by Robert
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The RealSense SDK requires visual studio 2010 and above. Currently we did not support other IDE. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It should work without any problems.
Basically you are using vs2013 as the compiler, that is the only thing that matters. You can use any IDE that you want, even notepad if you want.
Where and how are you setting the libraries?, obviously the libs are not being found. Try using absolute paths to make sure you are linking the correct files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Robert,
Did you solve your problem?
I'm facing something similar.
:-1: error: LNK1181: cannot open input file '(x86)/Intel/RSSDK/lib/x64/.obj'

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page