x1ongzhu 4750177287 first commit 6 ani în urmă
..
AUTHORS 4750177287 first commit 6 ani în urmă
BUILD.bazel 4750177287 first commit 6 ani în urmă
LICENSE 4750177287 first commit 6 ani în urmă
README.md 4750177287 first commit 6 ani în urmă
advapi32.go 4750177287 first commit 6 ani în urmă
comctl32.go 4750177287 first commit 6 ani în urmă
comdlg32.go 4750177287 first commit 6 ani în urmă
constants.go 4750177287 first commit 6 ani în urmă
dwmapi.go 4750177287 first commit 6 ani în urmă
gdi32.go 4750177287 first commit 6 ani în urmă
gdiplus.go 4750177287 first commit 6 ani în urmă
idispatch.go 4750177287 first commit 6 ani în urmă
istream.go 4750177287 first commit 6 ani în urmă
iunknown.go 4750177287 first commit 6 ani în urmă
kernel32.go 4750177287 first commit 6 ani în urmă
ole32.go 4750177287 first commit 6 ani în urmă
oleaut32.go 4750177287 first commit 6 ani în urmă
opengl32.go 4750177287 first commit 6 ani în urmă
psapi.go 4750177287 first commit 6 ani în urmă
shell32.go 4750177287 first commit 6 ani în urmă
typedef.go 4750177287 first commit 6 ani în urmă
user32.go 4750177287 first commit 6 ani în urmă
utils.go 4750177287 first commit 6 ani în urmă
vars.go 4750177287 first commit 6 ani în urmă

README.md

About w32

w32 is a wrapper of windows apis for the Go Programming Language.

It wraps win32 apis to "Go style" to make them easier to use.

Setup

  1. Make sure you have a working Go installation and build environment, see this go-nuts post for details: http://groups.google.com/group/golang-nuts/msg/5c87630a84f4fd0c

Updated versions of the Windows Go build are available here: http://code.google.com/p/gomingw/downloads/list

  1. Create a "gopath" directory if you do not have one yet and set the GOPATH variable accordingly. For example: mkdir -p go-externals/src export GOPATH=${PWD}/go-externals

  2. go get github.com/AllenDang/w32

  3. go install github.com/AllenDang/w32...

Contribute

Contributions in form of design, code, documentation, bug reporting or other ways you see fit are very welcome.

Thank You!