sciter-sdk/rust-sciter

Library causes sciter-sdk is not running correctly

HydraDragonAntivirus opened this issue · 0 comments

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();
}
`