sciter-sdk / rust-sciter

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

[linux] 'ext' module not found #11

Closed Alvarocz closed 6 years ago

Alvarocz commented 7 years ago

let p = ext::SciterAPI(); | ^^^^^^^^^^^^^^ Use of undeclared type or module ext

What happen?? this is from an included example.

pravic commented 7 years ago

linux x86 (i686)?

Alvarocz commented 7 years ago

Yes! (Archlinux)

pravic commented 7 years ago

Sciter does not contain build for it, only for Linux x64: https://github.com/c-smile/sciter-sdk/tree/master/bin.gtk.

x86 supported, as far as I know, just not shipped with public SDK. You can ask about it on http://sciter.com/forums/ about it.

Alvarocz commented 7 years ago

Ok, thanks