hayai/vendor/github.com/TheTitanrain/w32
2024-12-21 17:26:50 +01:00
..
advapi32_constants.go add vendor 2024-12-21 17:26:50 +01:00
advapi32_typedef.go add vendor 2024-12-21 17:26:50 +01:00
advapi32.go add vendor 2024-12-21 17:26:50 +01:00
alpc_constants.go add vendor 2024-12-21 17:26:50 +01:00
alpc_typedef.go add vendor 2024-12-21 17:26:50 +01:00
alpc.go add vendor 2024-12-21 17:26:50 +01:00
AUTHORS add vendor 2024-12-21 17:26:50 +01:00
comctl32.go add vendor 2024-12-21 17:26:50 +01:00
comdlg32.go add vendor 2024-12-21 17:26:50 +01:00
constants.go add vendor 2024-12-21 17:26:50 +01:00
create_process_constants.go add vendor 2024-12-21 17:26:50 +01:00
create_process_typedef.go add vendor 2024-12-21 17:26:50 +01:00
create_process.go add vendor 2024-12-21 17:26:50 +01:00
dwmapi.go add vendor 2024-12-21 17:26:50 +01:00
fork_constants.go add vendor 2024-12-21 17:26:50 +01:00
fork_typedef.go add vendor 2024-12-21 17:26:50 +01:00
fork.go add vendor 2024-12-21 17:26:50 +01:00
gdi32.go add vendor 2024-12-21 17:26:50 +01:00
gdiplus.go add vendor 2024-12-21 17:26:50 +01:00
idispatch.go add vendor 2024-12-21 17:26:50 +01:00
istream.go add vendor 2024-12-21 17:26:50 +01:00
iunknown.go add vendor 2024-12-21 17:26:50 +01:00
kernel32.go add vendor 2024-12-21 17:26:50 +01:00
LICENSE add vendor 2024-12-21 17:26:50 +01:00
ole32.go add vendor 2024-12-21 17:26:50 +01:00
oleaut32.go add vendor 2024-12-21 17:26:50 +01:00
opengl32.go add vendor 2024-12-21 17:26:50 +01:00
psapi.go add vendor 2024-12-21 17:26:50 +01:00
README.md add vendor 2024-12-21 17:26:50 +01:00
shell32.go add vendor 2024-12-21 17:26:50 +01:00
typedef.go add vendor 2024-12-21 17:26:50 +01:00
user32.go add vendor 2024-12-21 17:26:50 +01:00
utils.go add vendor 2024-12-21 17:26:50 +01:00
vars.go add vendor 2024-12-21 17:26:50 +01:00

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!