c++ windows顶级窗口/窗口置顶/盖过任务管理器/盖过右键菜单
设置窗口:HWND_TOPMOST 还需对exe数字签名 #创建证书 makecert -r -pe -n “CN=Test Certificate – For Internal Use Only” -ss PrivateCertStore testcer
设置窗口:HWND_TOPMOST 还需对exe数字签名 #创建证书 makecert -r -pe -n “CN=Test Certificate – For Internal Use Only” -ss PrivateCertStore testcer
#BuildAll.bat #这里面的路径,是各个配置中的生成目录,是由CMake生成好的配置 @echo off chcp 65001 > NULL echo build lib_x86_Debug CMake.exe –build “E:\ea
windows平台下,v8默认是由clang编译的,而vs ide默认使用msvc编译, 由于导出函数中使用了std::unique_ptr,这个命名空间在clang中导出后会变,比如变成了std::__Cr::unique_ptr, 所以msvc调用cl
使用v142的工具集就能定位到了, 系统如果带vs2019的版本就有这个v142 否则需要到安装程序中添加安装v142工具集
error: nuget (vcpkg\downloads\tools\nuget-6.10.0-windows\nuget.exe) produced unexpected output when attempting to determine the
<xmp>bool UIAutoInvoke(HWND hwnd) { IUIAutomation* sp_utomation = nullptr; IUIAutomationElement* sp_hwnd_element = nullptr
<xmp> //判断类型是否支持序列化 template <typename T> struct is_serializable { private: // 去除指针类型 using base_type = std::remove_
还没研究测试 https://github.com/scapix-com/scapix/tree/master
打开VS命令行工具:x64 Native Tools Command Prompt for VS 2022 定位到curl/winbuild目录 编译命令: nmake /f Makefile.vc mode=static VC=142 MACHINE=x
最近用esp-idf编译时出现该错误 cc1plus.exe: out of memory allocating 65536 bytes 增加系统页面文件大小即可