Skip to content

How can I try mc_webview? #3

@harrier77

Description

@harrier77

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions