[vtkusers] process.h conflict with windows header
jackyko1991
jackkykokoko at gmail.com
Mon Jan 15 01:23:47 EST 2018
Hi I am trying to write a multithreaded program with boost::asio
the boost::asio library is calling process.h to find _beginthreadex function
from the header file, this is ok when using vtk 7 or older versions.
When I upgrade to vtk 8, the process.h direct to vtk process.h instead of
windows own c++ header, this confuse the boost library and cannot find the
suitable built in function.
Is it a bug in the latest release of vtk?
--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
More information about the vtkusers
mailing list