[Solved] GOBJECT : unresolved externals symbol ___chkstk_ms


I resolved this using the MSVC build of Libffi found in the Github project.

However, you need to change the line#606 from

sizet z = (*p_arg)->size;

to

unsigned long long  z = (*p_arg)->size;

because the typedef is not (for some reason effective here).

solved GOBJECT : unresolved externals symbol ___chkstk_ms