Skip to content

twgh/xcdll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcdll

release XCGUI golang GoDoc License

介绍

存放 xcgui.dll, 本仓库版本号可能和 xcgui 仓库的不一样, 不用在意, 这里肯定会是最新的dll

获取

go get github.com/twgh/xcdll

使用方式

1. 写出 dll 到程序运行目录, 在 import 中添加以下语句即可

_ "github.com/twgh/xcdll/init"

2. 写出 dll 到系统临时目录, 在 app.New() 之前调用

xc.WriteDll(xcdll.DLL)