Lucian Smith - 2019-12-03

Solved via

https://stackoverflow.com/questions/39689162/qt-project-in-visual-studio-2015-unresolved-external-symbol-wwinmain

and

https://stackoverflow.com/questions/18067870/what-option-do-i-set-to-use-main-instead-of-wmain

namely: add 'mainCRTStartup' to Visual Studio/QTAntimony/Properties/Linker/Advanced/Entry point

Still need to figure out how to do this in CMake, so others don't run into the issue.