paraview super build - sdk windows support

Hello,

I read in the paraview super build webpage that there’s a sdk, but only available on linux. I dont know how old is that info. Are there any updates on the visual studio- windows support?
I was planing on building a paraview plugin to my current dev env. Any help on how to do this ?
I tried building paraview’s source code in vc12 (2013), but it throws a bunch of errors on vtklzma, vtkguisupport, pqCore, etc…

Thanks in advance.

Building ParaView and ParaView plugin for your own env is a very standard task.

Please see here :
https://www.paraview.org/Wiki/ParaView:Build_And_Install
https://www.paraview.org/Wiki/ParaView/Plugin_HowTo

You do not need the superbuild for that.

I followed the steps on the first link, but I keep receiving these errors:

D:\paraview\VTK\ThirdParty\lzma\vtklzma\src\liblzma\common\alone_decoder.c(134): error C2275: ‘lzma_filter_info’ : illegal use of this type as an expression
d:\paraview\vtk\thirdparty\lzma\vtklzma\src\liblzma\common\common.h(95) : see declaration of ‘lzma_filter_info’
D:\paraview\VTK\ThirdParty\lzma\vtklzma\src\liblzma\common\alone_decoder.c(134): error C2146: syntax error : missing ‘;’ before identifier ‘filters’
D:\paraview\VTK\ThirdParty\lzma\vtklzma\src\liblzma\common\alone_decoder.c(134): error C2065: ‘filters’ : undeclared identifier
D:\paraview\VTK\ThirdParty\lzma\vtklzma\src\liblzma\common\alone_decoder.c(134): error C2109: subscript requires array or pointer type
D:\paraview\VTK\ThirdParty\lzma\vtklzma\src\liblzma\common\alone_decoder.c(134): error C2059: syntax error : ‘{’
D:\paraview\VTK\ThirdParty\lzma\vtklzma\src\liblzma\common\alone_decoder.c(144): error C2065: ‘filters’ : undeclared identifier

Do you know what I am missing??

Which version of visual studio are you using ?
Are you using Ninja ?