VTK compilation problem solving

Image processing with VTK/ITK article list
1 compiler error:
Qt5axserverd.lib (qaxserver.obj) : error LNK2019: Unable to parse external symbol “class QaxFactory * __cdecl Qax_instantiate (void)”
Problem: When copying someone else’s code, someone else used _tmain. Change it to main

Read More: