xpsupport icon indicating copy to clipboard operation
xpsupport copied to clipboard

make rust support XP and vista

Results 3 xpsupport issues
Sort by recently updated
recently updated
newest added

In total, in my tests, I used these toolchains: - 1.50.0-i686-pc-windows-gnu - 1.50.0-i686-pc-windows-msvc - 1.51.0-i686-pc-windows-gnu - 1.51.0-i686-pc-windows-msvc To build the program in gnu toolchains, I used the MinGW toolchain: [i686-8.1.0-release-win32-dwarf](https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/8.1.0/threads-win32/dwarf/i686-8.1.0-release-win32-dwarf-rt_v6-rev0.7z)....

开发电脑是win7 x64 编译成功,放xp上面就不是有效的win32. 然后试了下, cargo build --target i686-pc-windows-msvc 编译不过。

程序添加了reqwest来发送http请求,grpc来进行远程调用 然后放到xp上测试就报 “无法定位输入点SetFileCompletionNotificationModes于动态链接库KERNEL32.dll”上了 有什么好的解决办法么?