Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library causes sciter-sdk is not running correctly #145

Open
HydraDragonAntivirus opened this issue Jan 13, 2024 · 0 comments
Open

Library causes sciter-sdk is not running correctly #145

HydraDragonAntivirus opened this issue Jan 13, 2024 · 0 comments

Comments

@HydraDragonAntivirus
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant