rust-sciter icon indicating copy to clipboard operation
rust-sciter copied to clipboard

How to staticaly link the sciter lib

Open albertoVieiraNeto opened this issue 2 years ago • 4 comments

hi, i have a license for sciter and already generated the sciter.static.lib, how should i proceed to embed the static library to my final executable? can you just give me a direction?

albertoVieiraNeto avatar Aug 21 '21 04:08 albertoVieiraNeto

I need to add this to rust-sciter: https://github.com/c-smile/sciter-js-sdk/blob/main/include/sciter-x-api.h#L306-L324

pravic avatar Aug 22 '21 08:08 pravic

Is it always sciter.static.lib, on all platforms?

pravic avatar Aug 22 '21 08:08 pravic

no, on windows by default is ".lib" and linux ".a", on mac i dont know.

albertoVieiraNeto avatar Aug 22 '21 15:08 albertoVieiraNeto

On macOS it is '.dylib'.

Yatekii avatar Dec 16 '21 10:12 Yatekii