Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuweiyou committed Aug 8, 2023
1 parent 313ec46 commit 443fd81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea
/main.bak
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
易语言调用 GoLang 编译的 DLL 示例

![screenshot.png](screenshot.png)

主要问题和解决方案:

- DLL 要编译 32 位的, 请查看 Makefile
- GBK 和 UTF8 编码转换, 解决汉字乱码
- Go 导出声明 __stdcall
- 易语言声明 DLL 命令要加 @ 开头, 解决堆栈错误, 默认是 __cdcel
Binary file removed main.bak
Binary file not shown.

0 comments on commit 443fd81

Please sign in to comment.