[Insight-users] ITK unresolved external symbols

venkatesh venkateshfilm24 at gmail.com
Tue Nov 26 19:37:50 EST 2013


Hi,
I am getting 19 errors which are quite similar, everything connected to
Unresolved external symbols.
I am using Qt and QMake for building the ITK and VTK libs. I have added the
path to headers too. Yet I face these problems.

I built Qt,itk and vtk from source using vc11, Visual studio 2012
professional. I first used CMAKE for building the binaries with vc11*64bit
compiler support.And compiled using Visual studio 2012 in release and debug
mode.

*link /LIBPATH:"c:\Qt\Qt4.8.4\lib" /NOLOGO /DYNAMICBASE /NXCOMPAT
/INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32'
name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"
/OUT:release\ImageRegistration.exe
@C:\Users\Venky\AppData\Local\Temp\ImageRegistration.exe.3892.5500.jom
   Creating library release\ImageRegistration.lib and object
release\ImageRegistration.exp
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_GetStockObject referenced in function "protected:
static int __cdecl itk::Win32OutputWindow::Initialize(void)"
(?Initialize at Win32OutputWindow@itk@@KAHXZ)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_SendMessageA referenced in function "protected: static
void __cdecl itk::Win32OutputWindow::AddText(char const *)"
(?AddText at Win32OutputWindow@itk@@KAXPEBD at Z)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_DefWindowProcA referenced in function "public: static
__int64 __cdecl itk::Win32OutputWindow::WndProc(struct HWND__ *,unsigned
int,unsigned __int64,__int64)"
(?WndProc at Win32OutputWindow@itk@@SA_JPEAUHWND__@@I_K_J at Z)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_RegisterClassA referenced in function "protected:
static int __cdecl itk::Win32OutputWindow::Initialize(void)"
(?Initialize at Win32OutputWindow@itk@@KAHXZ)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_GetClassInfoA referenced in function "protected:
static int __cdecl itk::Win32OutputWindow::Initialize(void)"
(?Initialize at Win32OutputWindow@itk@@KAHXZ)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_CreateWindowExA referenced in function "protected:
static int __cdecl itk::Win32OutputWindow::Initialize(void)"
(?Initialize at Win32OutputWindow@itk@@KAHXZ)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_DestroyWindow referenced in function "protected:
virtual __cdecl itk::Win32OutputWindow::~Win32OutputWindow(void)"
(??1Win32OutputWindow at itk@@MEAA at XZ)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_ShowWindow referenced in function "protected: static
int __cdecl itk::Win32OutputWindow::Initialize(void)"
(?Initialize at Win32OutputWindow@itk@@KAHXZ)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_MoveWindow referenced in function "public: static
__int64 __cdecl itk::Win32OutputWindow::WndProc(struct HWND__ *,unsigned
int,unsigned __int64,__int64)"
(?WndProc at Win32OutputWindow@itk@@SA_JPEAUHWND__@@I_K_J at Z)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_MessageBoxA referenced in function "protected: void
__cdecl itk::Win32OutputWindow::PromptText(char const *)"
(?PromptText at Win32OutputWindow@itk@@IEAAXPEBD at Z)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_LoadCursorA referenced in function "protected: static
int __cdecl itk::Win32OutputWindow::Initialize(void)"
(?Initialize at Win32OutputWindow@itk@@KAHXZ)
ITKCommon-4.4.lib(itkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp_LoadIconA referenced in function "protected: static
int __cdecl itk::Win32OutputWindow::Initialize(void)"
(?Initialize at Win32OutputWindow@itk@@KAHXZ)
itksys-4.4.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp_RegCloseKey referenced in function "public: static bool __cdecl
itksys::SystemTools::DeleteRegistryValue(char const *,enum
itksys::SystemTools::KeyWOW64)"
(?DeleteRegistryValue at SystemTools@itksys@@SA_NPEBDW4KeyWOW64 at 12@@Z)
itksys-4.4.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp_RegCreateKeyExA referenced in function "public: static bool __cdecl
itksys::SystemTools::WriteRegistryValue(char const *,char const *,enum
itksys::SystemTools::KeyWOW64)"
(?WriteRegistryValue at SystemTools@itksys@@SA_NPEBD0W4KeyWOW64 at 12@@Z)
itksys-4.4.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp_RegDeleteValueA referenced in function "public: static bool __cdecl
itksys::SystemTools::DeleteRegistryValue(char const *,enum
itksys::SystemTools::KeyWOW64)"
(?DeleteRegistryValue at SystemTools@itksys@@SA_NPEBDW4KeyWOW64 at 12@@Z)
itksys-4.4.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp_RegOpenKeyExA referenced in function "public: static bool __cdecl
itksys::SystemTools::DeleteRegistryValue(char const *,enum
itksys::SystemTools::KeyWOW64)"
(?DeleteRegistryValue at SystemTools@itksys@@SA_NPEBDW4KeyWOW64 at 12@@Z)
itksys-4.4.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp_RegQueryValueExA referenced in function "public: static class
std::basic_string<char,struct std::char_traits&lt;char>,class
std::allocator<char> > __cdecl
itksys::SystemTools::GetOperatingSystemNameAndVersion(void)"
(?GetOperatingSystemNameAndVersion at SystemTools@itksys@@SA?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@XZ)
itksys-4.4.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp_RegSetValueExA referenced in function "public: static bool __cdecl
itksys::SystemTools::WriteRegistryValue(char const *,char const *,enum
itksys::SystemTools::KeyWOW64)"
(?WriteRegistryValue at SystemTools@itksys@@SA_NPEBD0W4KeyWOW64 at 12@@Z)
release\ImageRegistration.exe : fatal error LNK1120: 18 unresolved externals
jom:
C:\Users\Venky\Desktop\Image_Registration_Files\ImageRegistration\Makefile.Release
[release\ImageRegistration.exe] Error 1120
jom:
C:\Users\Venky\Desktop\Image_Registration_Files\ImageRegistration\Makefile
[release] Error 2
01:17:12: The process "C:\Qt\Qt4.8.4\jom.exe" exited with code 2.
Error while building/deploying project ImageRegistration (kit: Desk2)
When executing step 'Make'
01:17:12: Elapsed time: 00:06.*





--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/ITK-unresolved-external-symbols-tp7584462.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.


More information about the Insight-users mailing list