• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..11-Feb-2020-

AUTHORSH A D11-Feb-2020434 1612

LICENSEH A D11-Feb-20201.4 KiB2421

README.mdH A D11-Feb-2020873 3422

advapi32.goH A D11-Feb-20207.3 KiB302239

comctl32.goH A D11-Feb-20202.7 KiB11281

comdlg32.goH A D11-Feb-2020881 4125

constants.goH A D11-Feb-202071.3 KiB2,6622,376

dwmapi.goH A D11-Feb-20208.3 KiB257213

gdi32.goH A D11-Feb-202012.8 KiB512409

gdiplus.goH A D11-Feb-20204.8 KiB178149

idispatch.goH A D11-Feb-20201 KiB4631

istream.goH A D11-Feb-2020688 3421

iunknown.goH A D11-Feb-2020585 3018

kernel32.goH A D11-Feb-20208.2 KiB317249

ole32.goH A D11-Feb-20201.5 KiB6648

oleaut32.goH A D11-Feb-20201.3 KiB5137

opengl32.goH A D11-Feb-20201.6 KiB7553

psapi.goH A D11-Feb-2020579 2816

shell32.goH A D11-Feb-20204.2 KiB156125

typedef.goH A D11-Feb-202023 KiB902611

user32.goH A D11-Feb-202024.3 KiB951745

utils.goH A D11-Feb-20205.8 KiB204181

vars.goH A D11-Feb-2020807 148

README.md

1About w32
2==========
3
4w32 is a wrapper of windows apis for the Go Programming Language.
5
6It wraps win32 apis to "Go style" to make them easier to use.
7
8Setup
9=====
10
111. Make sure you have a working Go installation and build environment,
12   see this go-nuts post for details:
13   http://groups.google.com/group/golang-nuts/msg/5c87630a84f4fd0c
14
15   Updated versions of the Windows Go build are available here:
16   http://code.google.com/p/gomingw/downloads/list
17
182. Create a "gopath" directory if you do not have one yet and set the
19   GOPATH variable accordingly. For example:
20   mkdir -p go-externals/src
21   export GOPATH=${PWD}/go-externals
22
233. go get github.com/AllenDang/w32
24
254. go install github.com/AllenDang/w32...
26
27Contribute
28==========
29
30Contributions in form of design, code, documentation, bug reporting or other
31ways you see fit are very welcome.
32
33Thank You!
34