-
Notifications
You must be signed in to change notification settings - Fork 37
jeppeter/nsduilib
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. 直接双击makeall.bat 2. 在build\nsduilib\Release\nsduilib.dll就是生成的dll的文件 3. example\360Safe目录下的程序即为实例程序(360SafeSetup.exe安装包安装后的程序); 4. example\setup res是安装包(360SafeSetup.exe)的资源; 5. example目录下basehelp.nsh nsduilib.nsh format.nsh valid.nsh algo.nsh 是公用脚本。 或者 1. 直接双击makedll.bat 2. 在build\nsduilib\Release\nsduilib.dll就生成dll文件 依赖条件: visual studio 2013或更新的版本 (已经支持visual studio 2017) nsis 3.0.2 或更新的版本 git 2.0 或更新的版本 本软件最初由 TBCIA团队出品 联系方式:[email protected](阿牛) (qq:153139715) 后经jeppeter修正 联系方式: [email protected] 历史记录: 2024.7.26 这里增加了一个编译选项NSDUILIB_UNICODE_STRING 在文件plugin.c 中,这里如果是 NSDUILIB_UNICODE_STRING== 1表示支持3.08版本以后的,而NSDUILIB_UNICODE_STRING == 0 表示支持3.08版本以前的,在plugins目录下nsduilibw.dll表示是支持3.08版本以后的 nsduiliba.dll表示3.08版本以前的 2017.11.16 增加了处理shortname变成longname的模式,参见InitTBCIASkinEngine 2019.12.26 对程序去除了cmake的依赖,使用cl.exe link.exe来直接编译