[CLOSED] tl;dr issue with go itself, so no hotfix exists.
So weird issue I'm having on a different project, when compiling a go project to a c-shared library [DLL] and attempting to reference exported functions from said library it results in the huge error being thrown (see images). After doing some quick googling it appears that it has something to do with the way go compiles c-shared libraries; since it includes it's own runtime, trying to reference it in a project with another one of it's own runtimes causes go to crud itself due to the existence of multiple runtimes in the same project. My question is has this been fixed yet or is there some sort of hot-fix that can be deployed? Thanks!