您当前的位置: 首页 > 

txwtech

暂无认证

  • 2浏览

    0关注

    813博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

试图加载格式不正确的程序。 (异常来自 HRESULT:0x8007000B)

txwtech 发布时间:2018-12-23 21:52:42 ,浏览量:2

试图加载格式不正确的程序。 (异常来自 HRESULT:0x8007000B) 

vs2015,平台改为:x86即可。

private const string DLL_FILENAME = "SCLLib_x86.dll";  
 // for 64-bit windows, please comment this line and uncomment next line
		
private const string DLL_FILENAME = "SCLLib_x64.dll";  
 // for 32-bit windows,, please comment this line and uncomment previous line

参考:

http://www.cnblogs.com/sundajade/articles/3735663.html

关注
打赏
1665060526
查看更多评论
立即登录/注册

微信扫码登录

0.0359s