Qt LNK2019: unresolved external symbol "__declspec(dllimport)..." VTK
Unsolved
Qt Creator and other tools
-
I missed something the first time I read your thread. Visual Studio 2010 ? Did you build VTK yourself with that version of VS ?
-
Hi
To add to @SGaist ,
In Creator, you also have selected VS2010 as compiler ? -
-
I might be insisting but do you have everything build with the same version of MSVC ? Same architecture ?
-
Wouldn't you be missing the
vtkWidgets
library in your .pro file ? -
You have to install a 64bit build of Qt. You can't mix and match libraries of different architectures.
[Edit: fixed wording... Thanks @jsulm]
-
@SGaist said in Qt LNK2019: unresolved external symbol "__declspec(dllimport)..." VTK:
You can mix
You can't mix :-)
-
Hola , para yo resolver este error cambie de modo DEBUG a RELEASE y corrio mi app.