Skip to content

Conversation

shmilylty
Copy link

在Windows 7等旧版本系统上默认不能存在高版本的.net 4,不过有稍微低版本的.net 3.5,低版本的.net的string没有IsNullOrWhiteSpace方法,我反编译了IsNullOrWhiteSpace方法把它加到代码里了,这样方便编译生成兼容性的SharpWxDump。
修改前.net 3.5编译不通过:
Snipaste_2022-12-08_11-04-36
Windows 7系统默认有.net 3.5:
image
修改后.net 3.5编译通过:
image

@1278917999
Copy link

这个兼容低版本的不行 提示
image

@bbingz
Copy link

bbingz commented Sep 25, 2023

是支持的应该,但仅加了新版本的偏移,提示算术运算符溢出。
CleanShot 2023-09-26 at 06 59 56@2x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants