-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Hot reload on windows #3548
Copy link
Copy link
Closed
Labels
BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.Status: ConfirmedThis bug has been confirmed to be valid by a contributor.This bug has been confirmed to be valid by a contributor.
Metadata
Metadata
Assignees
Labels
BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.Status: ConfirmedThis bug has been confirmed to be valid by a contributor.This bug has been confirmed to be valid by a contributor.
V version: master
OS: windows 10
What did you do?
compiled sokol example drawing.v with live argument
What did you expect to see?
running sokol example with live reload
What did you see instead?
i made
drawfunction live and run with:v -live -cc msvc ./examples\sokol_examples\drawing.vand get error
LNK2019: unresolved external symbol _STR referenced in function array_insertthe i modify compiler and manually add _STR.
and after success compilation, and run drawing.exe i get
Assertion failed: (0xABCDABCD) == _sgl.init_cookie, file .\thirdparty\sokol\util/sokol_gl.h, line 1929