[vtkusers] Question about adding new classes in vtk4.0

Yuan Jin yjin76 at hotmail.com
Thu Jul 11 13:32:22 EDT 2002


Hi all,

when I use VC++ 6.0 to build my own classes in VTK4.0 after running CMake, 
it comes up the errors below when it compiles my class: (I just select 
ALL_BUILD project and build it in Win32 Release mode)

D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\strstream(51) : error 
C2039: 'seekdir' : is not a member of 'ios'
D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ios.h(106) : see 
declaration of 'ios'
D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\strstream(51) : error 
C2061: syntax error : identifier 'seekdir'
D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\strstream(54) : error 
C2039: 'openmode' : is not a member of 'ios'
D:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\ios.h(106) : see 
declaration of 'ios'
.
.
.
Could anybody tell me where the errors are?

Thanks a lot

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com




More information about the vtkusers mailing list