Yes I know it has changed. and I don't mind spending a bit of time learning and fixing it if possible.
The reason I ask the question, I think that specific error is not from the change specifically but on how nim compiles. Using the same compiler(?) on the same machine, I can get the C version compiled and running without any issues. But it requires to pass the c++11 parameter. Is it because we need the c++ compiler for the C source? here is the command I run to compile the C example: `g++ main.c -std=c++11 -framework WebKit -o webview-example`