Golang 编译成 DLL 文件

八风不动 · 2018-02-22 22:33:04

-buildmode=c-shared not supported on windows/amd64 。。。。。。

#1
更多评论

window10 64上面报错 cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

能在window10 64上用吗 说是不支持64位 那怎么办

#2
Hello World!

未处理的异常:  System.BadImageFormatException: 试图加载格式不正确的程序。 (异常来自 HRESULT:0x8007000B)
   在 HelloWorld.Hello.PrintBye()
   在 HelloWorld.Hello.Main()
#3