webview icon indicating copy to clipboard operation
webview copied to clipboard

Lots of compiler errors for msvc 2017. Any ideas/plans?

Open zura-kh opened this issue 8 years ago • 4 comments

zura-kh avatar Jan 16 '18 14:01 zura-kh

What errors? It works for me with msvc 2015.

Boscop avatar Jan 18 '18 20:01 Boscop

works with i686-msvc on win7 x64

ghost avatar Jan 23 '18 01:01 ghost

Try build x64 Debug UNICODE.

zura-kh avatar Feb 05 '18 15:02 zura-kh

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.

avivey avatar Feb 20 '18 02:02 avivey