[Paraview-developers] client server wrapping broken
Biddiscombe, John A.
biddisco at cscs.ch
Wed Oct 16 06:41:01 EDT 2013
FYI : Berk introduced some commits to change the dataarraytemplate stuff recently which have broken the client/server wrapping for my builds. I have not fixed it, but sticking a (bool*) cast in makes it go away.
JB
5>vtkCharArrayClientServer.cxx(211): error C2664: 'int vtkClientServerStream::GetArgument(int,int,bool *) const' : cannot convert parameter 3 from 'char (*)[2]' to 'bool *'
5> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
5>vtkCharArrayClientServer.cxx(231): error C2664: 'int vtkClientServerStream::GetArgument(int,int,bool *) const' : cannot convert parameter 3 from 'char (*)[2]' to 'bool *'
5> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
--
John Biddiscombe, email:biddisco @.at.@ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07
Via Trevano 131, 6900 Lugano, Switzerland | Fax: +41 (91) 610.82.82
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20131016/824698c7/attachment.htm>
More information about the Paraview-developers
mailing list