[vtkusers] vtkViewport linking problem in VS.net 2003.
Mathieu Malaterre
mathieu.malaterre at kitware.com
Wed Dec 1 11:27:24 EST 2004
Mathieu Malaterre wrote:
>
>> I have already include every vtkxxx.lib in solution's property list
>> => Linker->Input->Additional Dependencie =>
>> qt-mt323.lib qtmain.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib
>> advapi32.lib
>> shell32.lib ole32.lib oleaut32.lib uuid.lib imm32.lib winmm.lib
>> wsock32.lib winspool.lib
>> delayimp.lib glu32.lib opengl32.lib
>> vtkRendering.lib vtkIO.lib vtkHybrid.lib vtkGraphics.lib
>> vtkImaging.lib vtkftgl.lib vtkfreetype.lib vtkFiltering.lib
>> vtkCommon.lib vtkpng.lib vtktiff.lib vtkzlib.lib vtkjpeg.lib
>> vtkexpat.lib vtkPatented.lib vtkParallel.lib
>>
>> Can anyone tell me what's wrong with my solution? Do I miss something
>> in configuration setup?
Discard my previous mail, I didn't read carefully enough. In vtkViewport
you have :
void vtkViewport::RemoveProp(vtkProp *p)
but this symbol is changed to : vtkViewport::RemovePropW (because of
UNICODE)
Have a look at:
http://aurelien_regat-barrel.blogspot.com/
http://public.kitware.com/Bug/bug.php?op=show&bugid=836
HTH
Mathieu
More information about the vtkusers
mailing list