Hello,
I tried WebView2 in PureBasic and got an error in running the source with C backend compiler.
I use 6.03 beta 4 LTS (x64) on Windows 10 x64.
Compiling with both compilers work:
PureBasic 6.03 beta 4 LTS (Windows - x64)
PureBasic 6.03 beta 3 LTS - C Backend (Windows - x64)
When running the source with
C backend I get the folloing error with no debugger code line:
error: expected expression before '.' token
9919 | .cSize equ 2
| ^
purebasic.c:9936:26: error: unknown type name 'get'
9936 | movzx eax, byte [r8] ; get type
|
purebasic.c:9937:1:error: expected '=', ',', ';',
beta and problem known or anything else?
source by infratec needed?
Thanks in advance, regards!