I tried ‘upgrading’ MSVC142.sln, but compilation still fails, albeit with only these two errors:
4>vm.obj : error LNK2019: unresolved external symbol _VM_Compile referenced in function _VM_Create
4>vm.obj : error LNK2019: unresolved external symbol _VM_CallCompiled referenced in function _VM_Call
Well, technically three, but the third error refers to these two : p
Can’t help but feel there might be something simple to adjust that would make this work, but if I were qualified enough to know that I probably could fix it myself.