sciter-sdk / rust-sciter

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

How_to_pack_sciter.dll_into_exe #117

Closed dobefore closed 3 years ago

dobefore commented 3 years ago

as above,How to compile sciter.dll into exe?

pravic commented 3 years ago

While it is possible theoretically (google how to pack dll into exe), it's very hacky.

Sciter offers a static library if purchased: https://sciter.com/prices/

dobefore commented 3 years ago

thanks ,A little bit difficult for me. I just include_bytes() then write to file in windows temp as an alternative.