Skip to content

Library causes sciter-sdk is not running correctly #145

@ghost

Description

When I run scaap.exe it doesn't have problem but when I run this thing then error happens.
`extern crate sciter;

fn main() {
let mut frame = sciter::Window::new();
frame.load_file("sciter_gui/index.htm");
frame.run_app();
}
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions