上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 41 下一页

2020年4月30日

Use the Microsoft C++ toolset from the command line

摘要: Use the Microsoft C++ toolset from the command line 11/12/2019 13 minutes to read You can build C and C++ applications on the command line by using to 阅读全文

posted @ 2020-04-30 11:24 liujx2019 阅读(304) 评论(0) 推荐(0)

libeay32.dll 和 ssleay32.dll 在1.1.0之后没有了

摘要: The complete explanation is that 1.0.x and 1.1.x do not have the same naming conventions for the generated libraries. OpenSSL 1.1.x has moved into wha 阅读全文

posted @ 2020-04-30 10:44 liujx2019 阅读(1778) 评论(0) 推荐(0)

2020年4月29日

libeay32.dll 1.0.2j crash

摘要: https://github.com/BOINC/boinc/issues/2470 他们认为是CPU不同造成的 另外一个可能的原因 Changes between 1.0.2j and 1.0.2k [26 Jan 2017] Truncated packet could crash via OO 阅读全文

posted @ 2020-04-29 14:59 liujx2019 阅读(185) 评论(0) 推荐(0)

VHD VHDX 区别

摘要: A Virtual hard disk is saved either with VHD or VHDX file extension. VHD is the older while VHDX is the newer file extension used by Microsoft Virtual 阅读全文

posted @ 2020-04-29 11:39 liujx2019 阅读(1716) 评论(0) 推荐(0)

char * 转 wchar *

摘要: if (ULARGE_INTEGER a; GetDiskFreeSpaceExA(Path, &a, nullptr, nullptr) != 0) if (ULARGE_INTEGER a; GetDiskFreeSpaceExW(fs::u8path(Path).c_str(), &a, nu 阅读全文

posted @ 2020-04-29 11:18 liujx2019 阅读(161) 评论(0) 推荐(0)

2020年4月23日

C++ 0xC0000094: Integer division by zero

摘要: C++ 0xC0000094: Integer division by zero 阅读全文

posted @ 2020-04-23 14:04 liujx2019 阅读(1515) 评论(0) 推荐(0)

Windows API 中 OVERLAPPED 结构体 初始化

摘要: 出处:https://github.com/microsoft/Windows-classic-samples/blob/1d363ff4bd17d8e20415b92e2ee989d615cc0d91/Samples/Hyper-V/Storage/cpp/MirrorVirtualDisk.cp 阅读全文

posted @ 2020-04-23 11:08 liujx2019 阅读(572) 评论(0) 推荐(0)

QString 转换成 wchar 的一个小陷阱

摘要: QString::toWCharArray(wchar_t * array) 其中 wchar_t * array 除了要分配内存之外,必须用 wmemset 初始化。 环境是 Visual Studio 2015. QT官方文档确实注明了:Note: This function does not 阅读全文

posted @ 2020-04-23 10:19 liujx2019 阅读(1245) 评论(0) 推荐(0)

2020年4月22日

Windows VHD Create, Attach, 获得Disk序号

摘要: // create_vhd.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <Windows.h> #include <Shlwapi.h> #include <in 阅读全文

posted @ 2020-04-22 10:51 liujx2019 阅读(847) 评论(0) 推荐(0)

2020年4月20日

Programmatically mount a Microsoft Virtual Hard Drive (VHD)

摘要: By Pixy https://stackoverflow.com/questions/24396644/programmatically-mount-a-microsoft-virtual-hard-drive-vhd This is an old question but it still ha 阅读全文

posted @ 2020-04-20 11:22 liujx2019 阅读(517) 评论(0) 推荐(0)

上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 41 下一页

导航