The error of compile
Opened this issue · 1 comments
GoogleCodeExporter commented
What steps will reproduce the problem?
1. compile the source code
the error is:
2>c:\vtk\5.10\common\vtkDataArrayTemplate.txx(1208) : error C2491:
“vtkDataArrayTemplate<T>::LookupValue”: 不允许 dllimport 函数 的定义
2>c:\vtk\5.10\common\vtkDataArrayTemplate.txx(1218) : error C2491:
“vtkDataArrayTemplate<T>::DataChanged”: 不允许 dllimport 函数 的定义
2>c:\vtk\5.10\common\vtkDataArrayTemplate.txx(1246) : error C2491:
“vtkDataArrayTemplate<T>::DataElementChanged”: 不允许 dllimport 函数
的定义
2>c:\vtk\5.10\common\vtkDataArrayTemplate.txx(1257) : error C2491:
“vtkDataArrayTemplate<T>::ClearLookup”: 不允许 dllimport 函数 的定义
how to deal with this error?
Original issue reported on code.google.com by chenyuke...@gmail.com
on 15 Jun 2012 at 9:10
GoogleCodeExporter commented
Which repo are you referring to?
Original comment by TKroes81@gmail.com
on 17 Jun 2012 at 2:02