pravic

Results 263 comments of pravic

If you are talking about how to load libsciter using relative path, right now it is not possible, because it is hardcoded to be loaded either from current directory or...

For OSX it loads from the following paths: https://github.com/sciter-sdk/go-sciter/blob/8b236559b9ac242721e96957c71469fd9d21c1a8/sciter-x-api.c#L75-L80 where `"/"` is relative to your executable.

> thank you for this project It was not me. Andrew @c-smile is the only author of the Sciter engine. @oskca has created Go bindings. I am just a maintainer...

@Inkeliz True, it was C++ portion. I've pushed a fix.

@Inkeliz Yeah, sorry, I have missed it :)

> include that lib into linkage list of your application @Inkeliz That said, you need to set something like: ``` set CGO_CFLAGS=-DSTATIC_LIB set CGO_LDFLAGS="-lsciter-win-64 -LC:/path/to/static/build" go build -a ``` including...

> don't know if I'm doing something wrong, I'm changing this line, also I change this, for testing. @Inkeliz if you want to *test* it, compile the following code into...

It can be done in the same way as in here: https://github.com/c-smile/sciter-sdk/tree/master/demos.GLFW

https://github.com/c-smile/sciter-sdk/tree/master/demos.lite/sciter-glfw-opengl for windowless Sciter,

If the simple fails, then something is definitely wrong. Have you tried some previous sciter library version?