文章列表
BSTR to std::string (std::wstring) and vice versa(BSTR 到 std::string (std::wstring),反之亦然)
CoCreateInstance returning E_NOINTERFACE even though interface is found(即使找到接口,CoCreateInstance 也会返回 E_NOINTERFACE)
What is the purpose of __in __out __in_opt __allowed(), how do they work? Should I use similar constructs in my own code?(__in __out __in_opt __allowed() 的目的是什么,它们是如何工作的?我应该在自己的代码中使用类似的结构吗?)
Calling C++ function from JavaScript script running in a web browser control(从运行在 Web 浏览器控件中的 JavaScript 脚本调用 C++ 函数)
Use COM Object from DLL without register(使用 DLL 中的 COM 对象,无需注册)
How do I call eval() in IE from C++?(如何从 C++ 在 IE 中调用 eval()?)
In-Proc COM object sharing across another Process(跨另一个进程共享进程内 COM 对象)
Which COM smart pointer classes to use?(使用哪些 COM 智能指针类?)
Parse YAML Files in C++(在 C++ 中解析 YAML 文件)
Compiler error with yaml-cpp - undefined reference to `YAML::detail::node_data::convert_to_map`(yaml-cpp 的编译器错误 - 未定义对 `YAML::detail::node_data::convert_to_map` 的引用)