Bai Feng
Bai Feng
可以考虑升级到.net6+吗?FrameWork写法有局限性
> 这里有更新吗?另外,如果有APIv4,KeyEventArgs可以嵌入到SHVDN吗?KeyEventArgs需要引用winforms程序集,这很烦人(使用.NET标准时)。 哈哈对 好像只有.FameWork才能引用Winforms,这也是一个难题
> > 哈哈对 好像只有.FameWork才能引用Winforms,这也是一个难题 > > You can enable winforms support by specifying `true` in project property. > > .NET Core has some degree of compatibility with .net Framework, existing...
> As for hosting .NET Core in the same ASI, I think we have two options out there: > > 1. Add another C++/CLI library (ScriptHookVDotNetCore.dll ?) that [builds against...
> 我将很快更新 dx11、dx12 和 opengl。 Looking forward to it!! Thanks
> I finally had some free time and completed the project here it is. https://github.com/3r4y/ImGuiGaussianBlur nice completed, but how to achieve real-time access to the Texture memory of a certain...
> 我推测你应该是将内存映射文件指针或者具有`PAGE_EXECUTE`保护的内存地址作为DLL参数传递给了`LdrLoadDllMemoryExW`函数。试一下我最新的提交。 好的谢谢 我等会尝试一下
> 我推测你应该是将内存映射文件指针或者具有`PAGE_EXECUTE`保护的内存地址作为DLL参数传递给了`LdrLoadDllMemoryExW`函数。试一下我最新的提交。 现在可以了 不会遇到这个问题了
I have the same problem I use the latest tauri2 Some Windows still have a titlebar
I had the same problem with Did you solve it?