[vtkusers] Build VTK 5.8 with static libs VS 2008

Gishara Indeewarie gish.777 at gmail.com
Wed Mar 21 08:16:32 EDT 2012


Hi all,
I am trying to build VTK static libs (with SHARED_LIBS off) in release mode
and link it in a project in release mode in visual studio 2008.
I tried with changing the run time library (In project properties->c/c++..
->code generation) to MT/d option in each project manually.
But I am getting the following linking errors.
Please help me.
Thanks.

>Linking...
1>LINK : warning LNK4199: /DELAYLOAD:OleAcc.dll ignored; no imports found
from OleAcc.dll
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__DefWindowProcA at 16 referenced in function "long
__stdcall vtkWin32OutputWindowWndProc(struct HWND__ *,unsigned int,unsigned
int,long)" (?vtkWin32OutputWindowWndProc@@YGJPAUHWND__@@IIJ at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__DefWindowProcA at 16
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__MoveWindow at 24 referenced in function "long __stdcall
vtkWin32OutputWindowWndProc(struct HWND__ *,unsigned int,unsigned
int,long)" (?vtkWin32OutputWindowWndProc@@YGJPAUHWND__@@IIJ at Z)
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__ShowWindow at 8 referenced in function "protected:
static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__ShowWindow at 8
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__SendMessageA at 16 referenced in function "protected:
static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__CreateWindowExA at 48 referenced in function
"protected: static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__CreateWindowExA at 48
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__RegisterClassA at 4 referenced in function "protected:
static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__RegisterClassA at 4
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__GetStockObject at 4 referenced in function "protected:
static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__GetStockObject at 4
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__LoadCursorA at 8 referenced in function "protected:
static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__LoadCursorA at 8
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__LoadIconA at 8 referenced in function "protected:
static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__LoadIconA at 8
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__GetClassInfoA at 12 referenced in function "protected:
static int __cdecl vtkWin32OutputWindow::Initialize(void)"
(?Initialize at vtkWin32OutputWindow@@KAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__GetClassInfoA at 12
1>vtkCommon.lib(vtkWin32OutputWindow.obj) : error LNK2019: unresolved
external symbol __imp__MessageBoxA at 16 referenced in function "protected:
void __thiscall vtkWin32OutputWindow::PromptText(char const *)"
(?PromptText at vtkWin32OutputWindow@@IAEXPBD at Z)
1>vtkCommon.lib(vtkDebugLeaks.obj) : error LNK2001: unresolved external
symbol __imp__MessageBoxA at 16
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__MessageBoxA at 16
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GetWindowLongA at 8 referenced in function
"protected: static long __stdcall
vtkWin32OpenGLRenderWindow::WndProc(struct HWND__ *,unsigned int,unsigned
int,long)" (?WndProc at vtkWin32OpenGLRenderWindow@@KGJPAUHWND__@@IIJ at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2001:
unresolved external symbol __imp__GetWindowLongA at 8
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetWindowTextA at 8 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetWindowName(char const *)"
(?SetWindowName at vtkWin32OpenGLRenderWindow@@UAEXPBD at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__PeekMessageA at 20 referenced in function
"public: virtual int __thiscall
vtkWin32OpenGLRenderWindow::GetEventPending(void)"
(?GetEventPending at vtkWin32OpenGLRenderWindow@@UAEHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetWindowPos at 28 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetPosition(int,int)"
(?SetPosition at vtkWin32OpenGLRenderWindow@@UAEXHH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SwapBuffers at 4 referenced in function
"public: virtual void __thiscall vtkWin32OpenGLRenderWindow::Frame(void)"
(?Frame at vtkWin32OpenGLRenderWindow@@UAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__DescribePixelFormat at 16 referenced in
function "public: virtual int __thiscall
vtkWin32OpenGLRenderWindow::SupportsOpenGL(void)"
(?SupportsOpenGL at vtkWin32OpenGLRenderWindow@@UAEHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GetPixelFormat at 4 referenced in function
"public: virtual int __thiscall
vtkWin32OpenGLRenderWindow::SupportsOpenGL(void)"
(?SupportsOpenGL at vtkWin32OpenGLRenderWindow@@UAEHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetPixelFormat at 12 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetupPixelFormat(struct HDC__ *,unsigned
long,int,int,int)" (?SetupPixelFormat at vtkWin32OpenGLRenderWindow
@@UAEXPAUHDC__@@KHHH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__ChoosePixelFormat at 8 referenced in
function "public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetupPixelFormat(struct HDC__ *,unsigned
long,int,int,int)" (?SetupPixelFormat at vtkWin32OpenGLRenderWindow
@@UAEXPAUHDC__@@KHHH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__WindowFromDC at 4 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetupPixelFormat(struct HDC__ *,unsigned
long,int,int,int)" (?SetupPixelFormat at vtkWin32OpenGLRenderWindow
@@UAEXPAUHDC__@@KHHH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__RealizePalette at 4 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetupPalette(struct HDC__ *)"
(?SetupPalette at vtkWin32OpenGLRenderWindow@@UAEXPAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SelectPalette at 12 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetupPalette(struct HDC__ *)"
(?SetupPalette at vtkWin32OpenGLRenderWindow@@UAEXPAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__CreatePalette at 4 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetupPalette(struct HDC__ *)"
(?SetupPalette at vtkWin32OpenGLRenderWindow@@UAEXPAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GetDC at 4 referenced in function
"protected: virtual void __thiscall
vtkWin32OpenGLRenderWindow::CreateAWindow(void)"
(?CreateAWindow at vtkWin32OpenGLRenderWindow@@MAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetWindowLongA at 12 referenced in function
"protected: virtual void __thiscall
vtkWin32OpenGLRenderWindow::CreateAWindow(void)"
(?CreateAWindow at vtkWin32OpenGLRenderWindow@@MAEXXZ)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2001:
unresolved external symbol __imp__SetWindowLongA at 12
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GetSystemMetrics at 4 referenced in function
"protected: virtual void __thiscall
vtkWin32OpenGLRenderWindow::CreateAWindow(void)"
(?CreateAWindow at vtkWin32OpenGLRenderWindow@@MAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GetDeviceCaps at 8 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::WindowInitialize(void)"
(?WindowInitialize at vtkWin32OpenGLRenderWindow@@UAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GetClientRect at 8 referenced in function
"public: virtual int * __thiscall
vtkWin32OpenGLRenderWindow::GetSize(void)"
(?GetSize at vtkWin32OpenGLRenderWindow@@UAEPAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SystemParametersInfoA at 16 referenced in
function "public: virtual int * __thiscall
vtkWin32OpenGLRenderWindow::GetScreenSize(void)"
(?GetScreenSize at vtkWin32OpenGLRenderWindow@@UAEPAHXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SelectObject at 8 referenced in function
"protected: void __thiscall
vtkWin32OpenGLRenderWindow::CreateOffScreenDC(struct HBITMAP__ *,struct
HDC__ *)" (?CreateOffScreenDC at vtkWin32OpenGLRenderWindow@@IAEXPAUHBITMAP__@
@PAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__CreateCompatibleDC at 4 referenced in
function "protected: void __thiscall
vtkWin32OpenGLRenderWindow::CreateOffScreenDC(struct HBITMAP__ *,struct
HDC__ *)" (?CreateOffScreenDC at vtkWin32OpenGLRenderWindow@@IAEXPAUHBITMAP__@
@PAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GetObjectA at 12 referenced in function
"protected: void __thiscall
vtkWin32OpenGLRenderWindow::CreateOffScreenDC(struct HBITMAP__ *,struct
HDC__ *)" (?CreateOffScreenDC at vtkWin32OpenGLRenderWindow@@IAEXPAUHBITMAP__@
@PAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__DeleteDC at 4 referenced in function
"public: void __thiscall
vtkWin32OpenGLRenderWindow::SetupMemoryRendering(struct HBITMAP__ *)"
(?SetupMemoryRendering at vtkWin32OpenGLRenderWindow@@QAEXPAUHBITMAP__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__CreateDCA at 16 referenced in function
"public: void __thiscall
vtkWin32OpenGLRenderWindow::SetupMemoryRendering(struct HBITMAP__ *)"
(?SetupMemoryRendering at vtkWin32OpenGLRenderWindow@@QAEXPAUHBITMAP__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__DeleteObject at 4 referenced in function
"protected: void __thiscall
vtkWin32OpenGLRenderWindow::CleanUpOffScreenRendering(void)"
(?CleanUpOffScreenRendering at vtkWin32OpenGLRenderWindow@@IAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__GdiFlush at 0 referenced in function
"protected: void __thiscall
vtkWin32OpenGLRenderWindow::CleanUpOffScreenRendering(void)"
(?CleanUpOffScreenRendering at vtkWin32OpenGLRenderWindow@@IAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__ShowCursor at 4 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::HideCursor(void)"
(?HideCursor at vtkWin32OpenGLRenderWindow@@UAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetCursorPos at 8 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetCursorPosition(int,int)"
(?SetCursorPosition at vtkWin32OpenGLRenderWindow@@UAEXHH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__ClientToScreen at 8 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetCursorPosition(int,int)"
(?SetCursorPosition at vtkWin32OpenGLRenderWindow@@UAEXHH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetCursor at 4 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetCurrentCursor(int)"
(?SetCurrentCursor at vtkWin32OpenGLRenderWindow@@UAEXH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__LoadImageA at 24 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetCurrentCursor(int)"
(?SetCurrentCursor at vtkWin32OpenGLRenderWindow@@UAEXH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__UnrealizeObject at 4 referenced in function
"protected: virtual long __thiscall
vtkWin32OpenGLRenderWindow::MessageProc(struct HWND__ *,unsigned
int,unsigned int,long)" (?MessageProc at vtkWin32OpenGLRenderWindow
@@MAEJPAUHWND__@@IIJ at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__EndPaint at 8 referenced in function
"protected: virtual long __thiscall
vtkWin32OpenGLRenderWindow::MessageProc(struct HWND__ *,unsigned
int,unsigned int,long)" (?MessageProc at vtkWin32OpenGLRenderWindow
@@MAEJPAUHWND__@@IIJ at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__BeginPaint at 8 referenced in function
"protected: virtual long __thiscall
vtkWin32OpenGLRenderWindow::MessageProc(struct HWND__ *,unsigned
int,unsigned int,long)" (?MessageProc at vtkWin32OpenGLRenderWindow
@@MAEJPAUHWND__@@IIJ at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__ReleaseDC at 8 referenced in function
"protected: virtual long __thiscall
vtkWin32OpenGLRenderWindow::MessageProc(struct HWND__ *,unsigned
int,unsigned int,long)" (?MessageProc at vtkWin32OpenGLRenderWindow
@@MAEJPAUHWND__@@IIJ at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__DestroyWindow at 4 referenced in function
"protected: virtual void __thiscall
vtkWin32OpenGLRenderWindow::DestroyWindow(void)"
(?DestroyWindow at vtkWin32OpenGLRenderWindow@@MAEXXZ)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetBitmapDimensionEx at 16 referenced in
function "protected: void __thiscall
vtkWin32OpenGLRenderWindow::CreateOffScreenDC(int,int,struct HDC__ *)"
(?CreateOffScreenDC at vtkWin32OpenGLRenderWindow@@IAEXHHPAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__CreateDIBSection at 24 referenced in
function "protected: void __thiscall
vtkWin32OpenGLRenderWindow::CreateOffScreenDC(int,int,struct HDC__ *)"
(?CreateOffScreenDC at vtkWin32OpenGLRenderWindow@@IAEXHHPAUHDC__@@@Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetViewportExtEx at 16 referenced in
function "public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetSize(int,int)"
(?SetSize at vtkWin32OpenGLRenderWindow@@UAEXHH at Z)
1>vtkRendering.lib(vtkWin32OpenGLRenderWindow.obj) : error LNK2019:
unresolved external symbol __imp__SetWindowExtEx at 16 referenced in function
"public: virtual void __thiscall
vtkWin32OpenGLRenderWindow::SetSize(int,int)"
(?SetSize at vtkWin32OpenGLRenderWindow@@UAEXHH at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__CallWindowProcA at 20 referenced in function
"protected: virtual __thiscall
vtkWin32RenderWindowInteractor::~vtkWin32RenderWindowInteractor(void)"
(??1vtkWin32RenderWindowInteractor@@MAE at XZ)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__TranslateMessage at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::Start(void)"
(?Start at vtkWin32RenderWindowInteractor@@UAEXXZ)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__DispatchMessageA at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::Start(void)"
(?Start at vtkWin32RenderWindowInteractor@@UAEXXZ)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__GetMessageA at 16 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::Start(void)"
(?Start at vtkWin32RenderWindowInteractor@@UAEXXZ)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__PostQuitMessage at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::TerminateApp(void)"
(?TerminateApp at vtkWin32RenderWindowInteractor@@UAEXXZ)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__SetTimer at 16 referenced in function
"protected: virtual int __thiscall
vtkWin32RenderWindowInteractor::InternalCreateTimer(int,int,unsigned long)"
(?InternalCreateTimer at vtkWin32RenderWindowInteractor@@MAEHHHK at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__KillTimer at 8 referenced in function
"protected: virtual int __thiscall
vtkWin32RenderWindowInteractor::InternalDestroyTimer(int)"
(?InternalDestroyTimer at vtkWin32RenderWindowInteractor@@MAEHH at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__TrackMouseEvent at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::OnMouseMove(struct HWND__ *,unsigned
int,int,int)" (?OnMouseMove at vtkWin32RenderWindowInteractor@@UAEXPAUHWND__@
@IHH at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__GetKeyState at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::OnMouseMove(struct HWND__ *,unsigned
int,int,int)" (?OnMouseMove at vtkWin32RenderWindowInteractor@@UAEXPAUHWND__@
@IHH at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__SetCapture at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::OnLButtonDown(struct HWND__ *,unsigned
int,int,int,int)" (?OnLButtonDown at vtkWin32RenderWindowInteractor
@@UAEXPAUHWND__@@IHHH at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__SetFocus at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::OnLButtonDown(struct HWND__ *,unsigned
int,int,int,int)" (?OnLButtonDown at vtkWin32RenderWindowInteractor
@@UAEXPAUHWND__@@IHHH at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__ReleaseCapture at 0 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::OnLButtonUp(struct HWND__ *,unsigned
int,int,int)" (?OnLButtonUp at vtkWin32RenderWindowInteractor@@UAEXPAUHWND__@
@IHH at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__ToAscii at 20 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::OnKeyDown(struct HWND__ *,unsigned
int,unsigned int,unsigned int)" (?OnKeyDown at vtkWin32RenderWindowInteractor
@@UAEXPAUHWND__@@III at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__GetKeyboardState at 4 referenced in function
"public: virtual void __thiscall
vtkWin32RenderWindowInteractor::OnKeyDown(struct HWND__ *,unsigned
int,unsigned int,unsigned int)" (?OnKeyDown at vtkWin32RenderWindowInteractor
@@UAEXPAUHWND__@@III at Z)
1>vtkRendering.lib(vtkWin32RenderWindowInteractor.obj) : error LNK2019:
unresolved external symbol __imp__ScreenToClient at 8 referenced in function
"long __stdcall vtkHandleMessage2(struct HWND__ *,unsigned int,unsigned
int,long,class vtkWin32RenderWindowInteractor *)" (?vtkHandleMessage2@
@YGJPAUHWND__@@IIJPAVvtkWin32RenderWindowInteractor@@@Z)
1>vtksys.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp__RegCloseKey at 4 referenced in function "public: static bool __cdecl
vtksys::SystemTools::ReadRegistryValue(char const *,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > &,enum vtksys::SystemTools::KeyWOW64)"
(?ReadRegistryValue at SystemTools@vtksys@@SA_NPBDAAV?$basic_string at DU
?$char_traits at D@std@@V?$allocator at D@2@@std@@W4KeyWOW64 at 12@@Z)
1>vtksys.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp__RegQueryValueExA at 24 referenced in function "public: static bool
__cdecl vtksys::SystemTools::ReadRegistryValue(char const *,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > &,enum vtksys::SystemTools::KeyWOW64)"
(?ReadRegistryValue at SystemTools@vtksys@@SA_NPBDAAV?$basic_string at DU
?$char_traits at D@std@@V?$allocator at D@2@@std@@W4KeyWOW64 at 12@@Z)
1>vtksys.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp__RegOpenKeyExA at 20 referenced in function "public: static bool __cdecl
vtksys::SystemTools::ReadRegistryValue(char const *,class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > &,enum vtksys::SystemTools::KeyWOW64)"
(?ReadRegistryValue at SystemTools@vtksys@@SA_NPBDAAV?$basic_string at DU
?$char_traits at D@std@@V?$allocator at D@2@@std@@W4KeyWOW64 at 12@@Z)
1>vtksys.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp__RegSetValueExA at 24 referenced in function "public: static bool
__cdecl vtksys::SystemTools::WriteRegistryValue(char const *,char const
*,enum vtksys::SystemTools::KeyWOW64)" (?WriteRegistryValue at SystemTools
@vtksys@@SA_NPBD0W4KeyWOW64 at 12@@Z)
1>vtksys.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp__RegCreateKeyExA at 36 referenced in function "public: static bool
__cdecl vtksys::SystemTools::WriteRegistryValue(char const *,char const
*,enum vtksys::SystemTools::KeyWOW64)" (?WriteRegistryValue at SystemTools
@vtksys@@SA_NPBD0W4KeyWOW64 at 12@@Z)
1>vtksys.lib(SystemTools.obj) : error LNK2019: unresolved external symbol
__imp__RegDeleteValueA at 8 referenced in function "public: static bool
__cdecl vtksys::SystemTools::DeleteRegistryValue(char const *,enum
vtksys::SystemTools::KeyWOW64)" (?DeleteRegistryValue at SystemTools@vtksys@
@SA_NPBDW4KeyWOW64 at 12@@Z)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120321/e5849dee/attachment.htm>


More information about the vtkusers mailing list