sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
804 stars 75 forks source link

Library causes sciter-sdk is not running correctly #145

Open HydraDragonAntivirus opened 5 months ago

HydraDragonAntivirus commented 5 months ago

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