Fix build on non-windows OSs. Close #47
1 file changed
tree: cc7cc32a6c33d4203bd7b9b6aa0f4b31ba1318c6
  1. data/
  2. example/
  3. oleutil/
  4. com.go
  5. com_test.go
  6. connect.go
  7. connect_test.go
  8. constants.go
  9. CONTRIBUTORS
  10. go-get.go
  11. iconnectionpoint.go
  12. iconnectionpointcontainer.go
  13. idispatch.go
  14. iinspectable.go
  15. iprovideclassinfo.go
  16. itypeinfo.go
  17. iunknown.go
  18. ole.go
  19. README.md
  20. safearray.go
  21. safearray_test.go
  22. safearrayconversion.go
  23. safearrayconversion_test.go
  24. safearrayslices.go
  25. utility.go
  26. variables.go
  27. variant.go
  28. variant_386.go
  29. variant_amd64.go
  30. vt_string.go
  31. winrt.go
README.md

#Go OLE

Go bindings for Windows COM using shared libraries instead of cgo.

By Yasuhiro Matsumoto.

##INSTALL

To experiment with go-ole, you can just compile and run the example program:

go get github.com/mattn/go-ole
cd /path/to/go-ole/
go test

cd /path/to/go-ole/example/excel
go run excel.go

##LICENSE

Under the MIT License: http://mattn.mit-license.org/2013