Skip to content

Hot reload on windows #3548

@andorxornot

Description

@andorxornot

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 draw function live and run with: v -live -cc msvc ./examples\sokol_examples\drawing.v
and get error LNK2019: unresolved external symbol _STR referenced in function array_insert
the 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

Metadata

Metadata

Assignees

Labels

BugThis tag is applied to issues which reports bugs.Status: ConfirmedThis bug has been confirmed to be valid by a contributor.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions