View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014011VTK(No Category)public2013-04-15 06:512013-07-10 10:13
Reportersxmc 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product Version5.10.1 
Target VersionFixed in Version 
Summary0014011: vtkQtChart debug linking issue in Visual Studio
DescriptionWhenever I try to compile the vtkQtChart module in debug mode in Visual Studio 2010, it throws a few errors:

Error 597 error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl vtkMath::IsNan(double)" (__imp_?IsNan@vtkMath@@SAHN@Z) referenced in function "public: virtual void __cdecl vtkQtBarChart::layoutChart(class QRectF const &)" (?layoutChart@vtkQtBarChart@@UEAAXAEBVQRectF@@@Z) D:\VTK\5.10.1-x64\GUISupport\Qt\Chart\vtkQtBarChart.obj
Error 598 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl vtkMath::IsNan(double)" (__imp_?IsNan@vtkMath@@SAHN@Z) D:\VTK\5.10.1-x64\GUISupport\Qt\Chart\vtkQtChartSeriesModelRange.obj
Error 599 error LNK2001: unresolved external symbol "__declspec(dllimport) public: static int __cdecl vtkMath::IsNan(double)" (__imp_?IsNan@vtkMath@@SAHN@Z) D:\VTK\5.10.1-x64\GUISupport\Qt\Chart\vtkQtLineChart.obj

This can be fixed by linking to vtkCommon.lib, but shouldn't it link to it by default?
Additional InformationSorry, qtcharts are deprecated in 5.10 and removed in 6.0.
If we make a 5.10.2 (unlikely) we can revisit this.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2013-04-15 06:51 sxmc New Issue
2013-07-10 10:12 Dave DeMarle Assigned To => Dave DeMarle
2013-07-10 10:12 Dave DeMarle Status backlog => tabled
2013-07-10 10:13 Dave DeMarle Status tabled => closed
2013-07-10 10:13 Dave DeMarle Resolution open => won't fix
2013-07-10 10:13 Dave DeMarle Additional Information Updated


Copyright © 2000 - 2018 MantisBT Team