#scoop install - missing c universal runtime?

4 messages · Page 1 of 1 (latest)

prisma parrot
#

I installed Odin via Scoop on WIndows, and attempting to run or build a project causes it to throw the following error:

ibucrt.lib(checkcfg.obj) : error LNK2001: unresolved external symbol _guard_check_icall_$fo$
J:\Programs\odin\cavegame\cavegame.exe : fatal error LNK1120: 1 unresolved externals

I made sure the proper dependencies were installed.
I am aware that Odin does not support the package managers right now, but this seemed like an error beyond that.

pliant island
#

Is this a hello world? Or more

prisma parrot
prisma parrot
#

I also tried running the version inside the release folder after I downloaded it to the same result.