I just compiled the bog standard template 64 bit version in VS2017 in release mode gave me some erros in core.cpp. Do they matter? Will they be fixed?
1>------ Build started: Project: Template, Configuration: Release x64 ------
1>Core.cpp
1>Core.cpp(482): warning C4244: 'argument': conversion from 'WPARAM' to 'unsigned int', possible loss of data
1>Core.cpp(500): warning C4244: 'argument': conversion from 'WPARAM' to 'unsigned int', possible loss of data
1>Core.cpp(510): warning C4244: 'argument': conversion from 'WPARAM' to 'unsigned int', possible loss of data
1>Core.cpp(517): warning C4244: 'argument': conversion from 'WPARAM' to 'unsigned int', possible loss of data
1>Core.cpp(524): warning C4244: 'argument': conversion from 'WPARAM' to 'unsigned int', possible loss of data
1>Core.cpp(535): warning C4244: 'argument': conversion from 'WPARAM' to 'unsigned int', possible loss of data
1>template.cpp
1>Generating Code...
1>Template.vcxproj -> D:\AGK C++ libs\apps\template_windows_vs2017_64\Final\Template64.exe
1>Done building project "Template.vcxproj".
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
13/0