safenet 超级狗 加密狗

1、CS程序可以工作正常;

2、BS程序,服务器验证狗,IIS设置32位兼容
方法1:

dog.SetLibPath,设置查找依赖dll路径;

方法2:默认系统目录

C:WindowsSysWOW64,4个dll放到这里才能Demo测试通过。

dog_windows_demo.dll、
dog_windows_x64_demo.dll、
api_dsp_windows.dll、
api_dsp_windows_x64.dll

dog_net_windows.dll为.net的包装类,.net项目引用这个dll完成所有的操作。

如果缺少dog_windows_demo.dll,错误:NoApiDylib

Login Demo with Default Feature (DogFeature.Default)

Result: A required API dynamic library was not found. (DogStatus::NoApiDylib)


如果缺少api_dsp_windows.dll,错误:NetDllBroken

Login Demo with Default Feature (DogFeature.Default)
Result: (DogStatus::NetDllBroken)


sysWoW64 是一个Windows系统中的一个子系统, 它能够运行32-bit 应用,windows操作系统程序, 而且所有的windows系统64位版本上都存在此文件。 WoW64是微软设计用于处理许多在32位t Windows系统 和64位 Windows 系统之间的不同,特别对于Windows自身的结构变化上的不同。syswow64是一个非常重要的文件夹,win7 64位系统全靠它来运行32位的软件。

原文地址:https://www.cnblogs.com/Running_Zhang/p/5203518.html