Software Archive
Read-only legacy content

error: Qt: LNK 2019

Robert_B_2
Beginner
937 Views

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

 

0 Kudos
3 Replies
Xusheng_L_Intel
Employee
937 Views

The RealSense SDK requires visual studio 2010 and above. Currently we did not support other IDE. Thanks.

0 Kudos
samontab
Valued Contributor II
937 Views

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.

0 Kudos
oliveirafhm
Beginner
937 Views

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'

0 Kudos
Reply