go-ui
go-ui copied to clipboard
golang ui
windows compile, there has been a wrong: c:> cd visualfc c:\visualfc> go build d:/program files/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe cannot find -lqtdrv Please help
If you go run minimal.go and keep resizing the window for a while, you'll see that the memory usage goes up.
Compiling with "tip" golang ( `go version devel +fc8137c00f9c Sat Oct 13 19:05:22 2012 +0800` ), this comes up: ``` $ go build # _/code/go/go-ui/ui In file included from $WORK/_/code/go/go-ui/ui/_obj/_cgo_export.c:2:0:...
i'm make the qtdrv for QT5.0.1 。 make clang++ -c -pipe -mmacosx-version-min=10.6 -O2 -Wall -W -fPIC -DQTDRV_LIBRARY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I../../../../../../../Qt5/5.0.1/clang_64/mkspecs/macx-clang -I. -I../../../../../../../Qt5/5.0.1/clang_64/include -I../../../../../../../Qt5/5.0.1/clang_64/include/QtGui -I../../../../../../../Qt5/5.0.1/clang_64/lib/QtGui.framework/Versions/5/Headers -I../../../../../../../Qt5/5.0.1/clang_64/include/QtCore -I../../../../../../../Qt5/5.0.1/clang_64/lib/QtCore.framework/Versions/5/Headers -I. -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers...
[gao@gaomatoMacBook-Air ~/code/mygo/src/github.com/visualfc/go-ui/ui] $ go install # github.com/visualfc/go-ui/ui In file included from $WORK/github.com/visualfc/go-ui/ui/_obj/_cgo_export.c:2: cdrv.go:63: error: conflicting types for ‘drv_result’ cdrv.go:25: error: previous declaration of ‘drv_result’ was here cdrv.go:67: error: conflicting types...
Hi, thanks for this wrapper of yours, I want to add some more Qt classes, namely for working with QML, but I have a hard time to understand all the...
Structs on the Go side use int (which may be 32 or 64 bit depending upon the GOARCH) all over the place when they should use a more specific type....
The lengthy code looks like it was auto-generated, so I first looked for the generating code to add QGLWidget there somehow, but it wasn't there (is it handwritten??). I hope...