kaedei / aliyun-ddns-client-csharp

基于阿里云解析服务API的DDNS客户端。将本机IP更新至指定域名的DNS A记录,配合定时任务可以达到花生壳的效果。
Apache License 2.0
132 stars 52 forks source link

Windows 32 bit? #3

Open gutenye opened 7 years ago

gutenye commented 7 years ago

.exe程序不支持32位系统. .net版本需要4.5 而Windows Server 2003 最高支持4.0

可以编译一个32位版本的吗?

kaedei commented 7 years ago

编译的时候应该是Any CPU的啊。。有报错提示说不支持32位系统?

gutenye commented 7 years ago

在32bit Windows Server 2003下面运行, 它提示不是有效的32位程序