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

..03-May-2022-

.github/H15-Sep-2021-1311

_example/H15-Sep-2021-655479

build/H15-Sep-2021-97

data/H03-May-2022-

oleutil/H15-Sep-2021-306230

.travis.ymlH A D15-Sep-202170 97

ChangeLog.mdH A D15-Sep-20211.9 KiB5033

LICENSEH A D15-Sep-20211.1 KiB2217

README.mdH A D15-Sep-20212.2 KiB4727

appveyor.ymlH A D15-Sep-20211.3 KiB5544

com.goH A D15-Sep-202110.8 KiB345236

com_func.goH A D15-Sep-20215.3 KiB17579

com_func_test.goH A D15-Sep-20213.8 KiB194151

com_test.goH A D15-Sep-20213.4 KiB206169

connect.goH A D15-Sep-20214.3 KiB193141

connect_test.goH A D15-Sep-20212.7 KiB160122

connect_windows_test.goH A D15-Sep-20213.2 KiB182144

constants.goH A D15-Sep-20213.5 KiB154140

error.goH A D15-Sep-20211.3 KiB5233

error_func.goH A D15-Sep-2021119 94

error_windows.goH A D15-Sep-2021650 2517

go.modH A D15-Sep-2021102 63

go.sumH A D15-Sep-2021207 32

guid.goH A D15-Sep-20217.9 KiB285178

guid_test.goH A D15-Sep-20216.1 KiB8176

iconnectionpoint.goH A D15-Sep-2021434 2116

iconnectionpoint_func.goH A D15-Sep-2021450 2214

iconnectionpoint_windows.goH A D15-Sep-2021864 4435

iconnectionpointcontainer.goH A D15-Sep-2021354 1813

iconnectionpointcontainer_func.goH A D15-Sep-2021280 127

iconnectionpointcontainer_windows.goH A D15-Sep-2021501 2620

idispatch.goH A D15-Sep-20212.9 KiB9561

idispatch_func.goH A D15-Sep-2021473 2013

idispatch_windows.goH A D15-Sep-20216.5 KiB203192

idispatch_windows_test.goH A D15-Sep-202117.8 KiB644606

ienumvariant.goH A D15-Sep-2021289 2015

ienumvariant_func.goH A D15-Sep-2021413 2013

ienumvariant_test.goH A D15-Sep-20212.6 KiB10282

ienumvariant_windows.goH A D15-Sep-20211 KiB6456

iinspectable.goH A D15-Sep-2021316 1914

iinspectable_func.goH A D15-Sep-2021323 1610

iinspectable_windows.goH A D15-Sep-20211.4 KiB7365

iprovideclassinfo.goH A D15-Sep-2021392 2216

iprovideclassinfo_func.goH A D15-Sep-2021143 84

iprovideclassinfo_windows.goH A D15-Sep-2021326 2217

itypeinfo.goH A D15-Sep-2021784 3530

itypeinfo_func.goH A D15-Sep-2021123 84

itypeinfo_windows.goH A D15-Sep-2021318 2217

iunknown.goH A D15-Sep-20211.2 KiB5845

iunknown_func.goH A D15-Sep-2021384 2013

iunknown_windows.goH A D15-Sep-20211 KiB5950

iunknown_windows_test.goH A D15-Sep-2021442 3322

ole.goH A D15-Sep-20213.9 KiB191148

safearray.goH A D15-Sep-2021638 2815

safearray_func.goH A D15-Sep-20216.1 KiB21287

safearray_test.goH A D15-Sep-20212.2 KiB10982

safearray_windows.goH A D15-Sep-202111.6 KiB338209

safearrayconversion.goH A D15-Sep-20213.2 KiB141115

safearrayconversion_test.goH A D15-Sep-20212.3 KiB12094

safearrayslices.goH A D15-Sep-2021720 3424

utility.goH A D15-Sep-20212.1 KiB10272

variables.goH A D15-Sep-2021354 1611

variant.goH A D15-Sep-20212.4 KiB10683

variant_386.goH A D15-Sep-2021177 128

variant_amd64.goH A D15-Sep-2021210 139

variant_arm.goH A D15-Sep-2021177 128

variant_arm64.goH A D15-Sep-2021227 149

variant_date_386.goH A D15-Sep-2021642 2317

variant_date_amd64.goH A D15-Sep-2021586 2115

variant_date_arm.goH A D15-Sep-2021642 2317

variant_date_arm64.goH A D15-Sep-2021672 2417

variant_ppc64le.goH A D15-Sep-2021212 139

variant_s390x.goH A D15-Sep-2021210 139

vt_string.goH A D15-Sep-20211.8 KiB5952

winrt.goH A D15-Sep-20212.4 KiB10081

winrt_doc.goH A D15-Sep-2021842 3720

README.md

1# Go OLE
2
3[![Build status](https://ci.appveyor.com/api/projects/status/qr0u2sf7q43us9fj?svg=true)](https://ci.appveyor.com/project/jacobsantos/go-ole-jgs28)
4[![Build Status](https://travis-ci.org/go-ole/go-ole.svg?branch=master)](https://travis-ci.org/go-ole/go-ole)
5[![GoDoc](https://godoc.org/github.com/go-ole/go-ole?status.svg)](https://godoc.org/github.com/go-ole/go-ole)
6
7Go bindings for Windows COM using shared libraries instead of cgo.
8
9By Yasuhiro Matsumoto.
10
11## Install
12
13To experiment with go-ole, you can just compile and run the example program:
14
15```
16go get github.com/go-ole/go-ole
17cd /path/to/go-ole/
18go test
19
20cd /path/to/go-ole/example/excel
21go run excel.go
22```
23
24## Continuous Integration
25
26Continuous integration configuration has been added for both Travis-CI and AppVeyor. You will have to add these to your own account for your fork in order for it to run.
27
28**Travis-CI**
29
30Travis-CI was added to check builds on Linux to ensure that `go get` works when cross building. Currently, Travis-CI is not used to test cross-building, but this may be changed in the future. It is also not currently possible to test the library on Linux, since COM API is specific to Windows and it is not currently possible to run a COM server on Linux or even connect to a remote COM server.
31
32**AppVeyor**
33
34AppVeyor is used to build on Windows using the (in-development) test COM server. It is currently only used to test the build and ensure that the code works on Windows. It will be used to register a COM server and then run the test cases based on the test COM server.
35
36The tests currently do run and do pass and this should be maintained with commits.
37
38## Versioning
39
40Go OLE uses [semantic versioning](http://semver.org) for version numbers, which is similar to the version contract of the Go language. Which means that the major version will always maintain backwards compatibility with minor versions. Minor versions will only add new additions and changes. Fixes will always be in patch.
41
42This contract should allow you to upgrade to new minor and patch versions without breakage or modifications to your existing code. Leave a ticket, if there is breakage, so that it could be fixed.
43
44## LICENSE
45
46Under the MIT License: http://mattn.mit-license.org/2013
47