sciter-sdk / rust-sciter

Rust bindings for Sciter

Home Page:https://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to load the Sciter static library in Windows?

enp6 opened this issue · comments

commented

I have purchased the license for Sciter and compiled the static library, but how does Sciter load the static library in Rust?

Isn't the static library written in C?

I don't know that you can statically link a C library with a Rust program.

@CHORDTAAX You can try this one: #124