You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
root beccf3fe43 init 7 years ago
..
AUTHORS init 7 years ago
BUILD.bazel init 7 years ago
LICENSE init 7 years ago
README.md init 7 years ago
advapi32.go init 7 years ago
comctl32.go init 7 years ago
comdlg32.go init 7 years ago
constants.go init 7 years ago
dwmapi.go init 7 years ago
gdi32.go init 7 years ago
gdiplus.go init 7 years ago
idispatch.go init 7 years ago
istream.go init 7 years ago
iunknown.go init 7 years ago
kernel32.go init 7 years ago
ole32.go init 7 years ago
oleaut32.go init 7 years ago
opengl32.go init 7 years ago
psapi.go init 7 years ago
shell32.go init 7 years ago
typedef.go init 7 years ago
user32.go init 7 years ago
utils.go init 7 years ago
vars.go init 7 years ago

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

  2. 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

  3. go get github.com/AllenDang/w32

  4. 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!