-
I use macos big sur 11.4 and go version go1.15.13 darwin/amd64
1. downloaded sdk and unzip to home folder
2. cd ~/sciter-js-sdk-main/bin/macosx/
3. export DYLD_LIBRARY_PATH=$PWD
4. execute go get…
-
When I run the program, WebView does not display the web page. The examples of this repositories can run successfully in my computer and I also use the sciter-webview.dll file. Did I do anything wrong…
-
Error:
```
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o: in function `_start':
(.text+0x1b): undefined reference to `main'
/usr/bin/ld: CMakeFiles/MyApp.dir/src/…
-
a GUI for this.
If we do add it. it should be added after we impl the entire CPU.
the GUI would have
- the game
- hex viewer
- potential Debugging tools.
-
I use go1.9.2 windows/amd64 and TDM-GCC-64 in win10,but it can‘t work:
# github.com/sciter-sdk/go-sciter
src\github.com\sciter-sdk\go-sciter\sciter.go:675[C:\Users\ZYQ\AppData\Local\Temp\go-build6…
-
Typing go get -x github.com/sxiter-sdk/go-sciter displays..
# github.com/sciter-sdk/go-sciter
src\github.com\sciter-sdk\go-sciter\types_string.go:27: undefined: BehaviorEvent
src\github.com\scite…
-
Wanted to try sciter-lite in a game using vulkan but this backend is not supported
https://github.com/c-smile/sciter-sdk/blob/264ea65254d289fa62479d5c705ed73c07d12370/include/sciter-x-types.h#L32-L…
-
go get -x github.com/sciter-sdk/go-sciter 出错啊。
`
../../../../go/pkg/mod/github.com/sciter-sdk/go-sciter@v0.5.0/sciter.go:110:85: cannot use _cgo0 (type _Ctype_HWINDOW) as type unsafe.Pointer in argu…
-
For example:
```c
#define LRESULT long
```
Gets turned into something like:
```nim
when not declared(Lresult):
when long is typedesc:
type
Lresult* = long ## Generated ba…
ghost updated
2 years ago
-
# github.com/sciter-sdk/go-sciter
C:\GoProject\src\github.com\sciter-sdk\go-sciter\sciter.go:464: invalid indirect
of _Ctype_uint(&length) (type _Ctype_uint)
C:\GoProject\src\github.com\sciter-sdk…