You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am interested in trying. I can compile the file mc_webview.nim without errors. But it does do nothing.
If I add this:
var w=newWebview(true)
w.setTitle("prova")
w.run()
the compiler answers with this:
/usr/bin/ld: /home/paolo/.cache/nim/mc_webview_d/@mmc_webview.nim.c.o: in function `NimMainModule':
@mmc_webview.nim.c:(.text+0x212): undefined reference to `webview_create'
/usr/bin/ld: @mmc_webview.nim.c:(.text+0x245): undefined reference to `webview_set_title'
/usr/bin/ld: @mmc_webview.nim.c:(.text+0x267): undefined reference to `webview_run'
PS: I have copied the entire serge_webview directory in mc_webview-master/webview/
The text was updated successfully, but these errors were encountered:
I am interested in trying. I can compile the file mc_webview.nim without errors. But it does do nothing.
If I add this:
the compiler answers with this:
PS: I have copied the entire serge_webview directory in mc_webview-master/webview/
The text was updated successfully, but these errors were encountered: