Win CE

I see a few $ifdef _WIN32_WCE in the source code. Does VTK still support Win CE?

There are few occurences of this in VTK code - but plenty in some of its dependencies.
Anyway, this is clearly legacy code. New C++ code won’t compile on the old WinCE toolchain.
This could be cleanup at some point.

2 Likes