How_to_pack_sciter.dll_into_exe
dobefore opened this issue · 2 comments
dobefore commented
as above,How to compile sciter.dll into exe?
pravic commented
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
thanks
,A little bit difficult for me. I just include_bytes()
then write to file in windows temp as an alternative.