webview / webview_go

Go language bindings for the webview library.
MIT License
176 stars 27 forks source link

Error In webview.h #8

Closed Fgaoxing closed 9 months ago

Fgaoxing commented 9 months ago

image

SteffenL commented 9 months ago

Your C/C++ toolchain (MinGW?) is missing the EventToken.h header.

Fgaoxing commented 9 months ago

So,what can I do?

SteffenL commented 9 months ago

You need to use a more modern MinGW distribution that has the header file. We have some suggestions in the readme file of the core library's repository:

Fgaoxing commented 9 months ago

OK,thanks