-
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?
-
It should be clear that rust-sciter supports both.
-
Tauri is a similar project which is also based on Rust and frontend technologies. I wonder what are the advantages and disadvantages of rust-sciter compared to tauri?
-
[sciter-x-api.c] Unable to load library: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /home/sciter/bin.lnx/x64/libsciter-gtk.so)
[sciter-x-api.c] Unable to load library: /tm…
-
https://sciter.com/model-view-whatever-the-plus-engine-for-sciter/
this's not working for in go-sciter.
It works fine with sciter.exe and sciter-mfc.exe.
code below:
`
w, err := window.New(s…
-
OS: Windows 10
Python version: 3.6
Pysciter: 0.4.29
When I was trying to run
`python ./archive.zip`
I got this error
```
(face2) D:\Ajinkya\RASA\pysciter-master\examples>python ./archive.zip
…
-
I have a question about native-textarea, I run test-child-window.htm width sciter.exe(in sciter-sdk\bin\64),after that, I can find the handle of native-textarea , but when I wtite it width golang, I …
-
sciter是裁剪版的js,html,css,做UI更简单
-
D:\work\go-sciter\examples\callback>callback.exe
```
Exception 0xc0000005 0x8 0x0 0x0
PC=0x0
runtime: unknown pc 0xdb9b0e
stack: frame={sp:0xb239ff640, fp:0x0} stack=[0x0,0xb239ff6f0)
0000000b…
-
In 4.4.7.0 (Sciter and Sciter.JS) ISciterAPI was unified to have the same structure on all platforms and variants.
So this: https://github.com/sciter-sdk/go-sciter/blob/master/sciter-x-api.c is no …