sciter-sdk / rust-sciter

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

Segmentation fault #7

Closed get200 closed 8 years ago

get200 commented 8 years ago

something was wrong when i used rust(64) to build examples. $ cargo run --example minimal Running target\debug\examples\minimal.exe error: Process didn't exit successfully: target\debug\examples\minimal.exe (exit code: 3221225477) Segmentation fault

pravic commented 8 years ago

Rust and Sciter version?

rustc -vV

get200 commented 8 years ago

rust->rust-1.9.0-x86_64-pc-windows-gnu.msi sciter->3.3.2.6 it can be built successfully with rust-1.9.0-i686-pc-windows-gnu.msi

pravic commented 8 years ago

Yep, windows-gnu does not works. No idea why - this import entry points to null.

stable/nightly i686-windows-gnu works fine, but x86_64 won't work.

Anyway, I suggest to use the windows-msvc target on Windows.

cc #4.