[vtkusers] QVTKWidget issues
algr
alexander.gryanik at gmail.com
Thu Jun 16 06:12:33 EDT 2011
@Clint: I do not mix debug and release, but in visual studio output window I
can see that visual studio tries to link release dlls.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Vtk\5.6.1\bin\QVTK.dll', Binary was
not built with debug information.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Qt\4.7.3\bin\QtGui4.dll', Binary was
not built with debug information.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Qt\4.7.3\bin\QtCore4.dll', Binary
was not built with debug information.
'HelloWorld.exe': Loaded
'C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5570_none_509463cabcb6ef2a\msvcp90.dll',
Symbols loaded.
'HelloWorld.exe': Loaded
'C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5570_none_509463cabcb6ef2a\msvcr90.dll',
Symbols loaded.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Qt\4.7.3\bin\QtSql4.dll', Binary was
not built with debug information.
But I use following dependencies for debug mode:
qtmaind.lib
QtCored4.lib
QtGuid4.lib
QtXmld4.lib
QtOpenGLd4.lib
QVTK.lib <- this one is release since I don't want debug in VTK source code.
I compiled VTK only in release mode. Can this be the problem?
In Release mode everything work like it should.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Vtk\5.6.1\bin\QVTK.dll', Binary was
not built with debug information.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Qt\4.7.3\bin\QtGui4.dll', Binary was
not built with debug information.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Qt\4.7.3\bin\QtCore4.dll', Binary
was not built with debug information.
'HelloWorld.exe': Loaded
'C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5570_none_509463cabcb6ef2a\msvcp90.dll',
Symbols loaded.
'HelloWorld.exe': Loaded
'C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.5570_none_509463cabcb6ef2a\msvcr90.dll',
Symbols loaded.
'HelloWorld.exe': Loaded 'L:\SVN\extern\Qt\4.7.3\bin\QtSql4.dll', Binary was
not built with debug information.
--
View this message in context: http://vtk.1045678.n5.nabble.com/QVTKWidget-issues-tp4491051p4494363.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list