Shengqiu Li

Results 38 comments of Shengqiu Li
trafficstars

Found solutions! The linker cannot found these libraries, so one of the solutions is that we also include these static libraries in the binary-only-package, and the users have to add...

Actually no, but you can use the binary-only-packages, which are precompiled go packages (cross-compiling by a 64bit go compiler) that can be used directly by 32bit compilers. The go versions...

Hi, I have little knowledge on macOS really. The compiled file should be a normal executable file, instead of a package that contains other resources. Does macOS have any packaging...

> I'll research more because I really like your wxGo system! So glad to hear that! However, currently wxGo is far from mature and there is still a lot of...

I guess you are using Windows - on Linux, the stdout & stderr should be available by default. On Windows, if you want to print to stdout / stderr in...

You can use [cgo](https://golang.org/cmd/cgo/) to embed C code in a Go program. For example, ``` package main // #include // void EnableStdOut() // { // ... /*More C Code Here*/...

There is no wxGo specific documentation unfortunately. Most APIs in wxGo can be used in the same way as C++ wxWidgets, so yes you need to go to https://docs.wxwidgets.org/ https://github.com/dontpanic92/wxGo/wiki...

Which version of the docs I should consult? 3.11

Just because my virtual machine is down.... Please build from source for now, I will make it work soon.

Yes, still down :P But CI will help us Please have a check https://www.dropbox.com/sh/tw2cib9aw08jdvh/AACxBwUsdLjC3z6NRhg0IH_na