Lots of compiler errors for msvc 2017. Any ideas/plans?
What errors? It works for me with msvc 2015.
works with i686-msvc on win7 x64
Try build x64 Debug UNICODE.
I'm getting lots of compilation warnings (+one error in line 1083 - undefined string) when building with DUNICODE:
x86_64-w64-mingw32-gcc -DUNICODE -D_UNICODE -DWEBVIEW_WINAPI=1 -lole32 -lcomctl32 -loleaut32 -luuid -c -o webview-example.exe main.c
with main.c from the README.
After changing string to url in line 1083 and adding, it compiles but doesn't show the window :(
Removing -DUNICODE -D_UNICODE from command line builds fine (no warnings) and shows webview dialog.