rust-sciter icon indicating copy to clipboard operation
rust-sciter copied to clipboard

Library causes sciter-sdk is not running correctly

Open HydraDragonAntivirus opened this issue 1 year ago • 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(); } `

HydraDragonAntivirus avatar Jan 13 '24 20:01 HydraDragonAntivirus