大约有 11,417 项符合查询结果(耗时:0.0201秒) [XML]
VS2012警告未能加载包“Visual C++ package” - C/C++ - 清泛网 - 专注C/C++及内核技术
VS2012警告未能加载包“Visual C++ package”安装了windows更新后就出现VS2012无法打开项目的问题,还报各种加载失败。解决方法:到微软官网下载VS2012更新KB2781514,大概1.12MB链接地...安装了windows更新后就出现VS2012无法打开项目的问题...
c++ Timer使用总结 - C/C++ - 清泛网 - 专注C/C++及内核技术
...R()
...
END_MESSAGE_MAP()
控制台程序使用Timer:
#include <windows.h>
#include <iostream>
VOID CALLBACK TimerProc(HWND hwnd, UINT uMsg, UINT idEvent, DWORD dwTime)
{
std::cout << "hello " << std::endl;
}
void main()
{
int timer1 = 1;
MSG msg;...
WSAAsyncSelect模型 - C/C++ - 清泛网 - 专注C/C++及内核技术
WSAAsyncSelect模型WSAAsyncSelect模型允许应用程序以Windows消息的方式接收网络事件通知。许多对性能要求不高的网络应用程序都采用WSAAsyncSelect模型,MFC的...WSAAsyncSelect模型允许应用程序以Windows消息的方式接收网络事件通知。许多对...
vc/mfc *通配符 批量删除文件 - C/C++ - 清泛网 - 专注C/C++及内核技术
...亲测有效,使用SHFileOperation函数:#include "stdafx.h"#include <windows.h>int _tmain(int argc, _TCHAR*...直接上代码,可直接运行亲测有效,使用SHFileOperation函数:
#include "stdafx.h"
#include <windows.h>
int _tmain(int argc, _TCHAR* argv[])
{
LPTSTR de...
c++读注册表 - C/C++ - 清泛网 - 专注C/C++及内核技术
...表直接上代码:CString key;key.Format(_T("Software Microsoft Windows CurrentVersion App Paths xxx"));HKEY hKey;LONG rc = R...直接上代码:
CString key;
key.Format(_T("Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\xxx"));
HKEY hKey;
LONG rc = RegOpenKey(HKEY...
MFC 多线程编程简单实例 - C/C++ - 清泛网 - 专注C/C++及内核技术
... 多线程编程简单实例简单的例子:#include "stdafx.h"#include <windows.h>DWORD WINAPI ThreadProc(LPVOID lpParam){ printf("ThreadProc...简单的例子:
#include "stdafx.h"
#include <windows.h>
DWORD WINAPI ThreadProc(LPVOID lpParam)
{
printf("ThreadProc\n");
...
vc第三方界面库BCGControlBar与Xtreme Toolkit对比 - C/C++ - 清泛网 - 专注C/C++及内核技术
...vc第三方界面库。与BCG一样,Xtreme同样支持最新的VS2013和Windows 8.1。它最大的特色就是集成了11个高度优化的界面组件:Command Bars, Controls, Chart Pro, Calendar, Docking Pane, Property Grid, Report Control, Shortcut Bar, Syntax Edit, Skin Framework 和 Task Pan...
coinitialize失败,返回值是0x80010106 无法在设置线程模式后对其加以更改 ...
...THREADED);
问题得以解决。
CoInitialize、CoInitializeEx都是windows的API,主要是告诉windows以什么方式为程序创建COM对象,原因是程序调用com库函数(除CoGetMalloc和内存分配函数)之前必须初始化com库。
有哪些方式呢?单线程和多...
oracle10g 网址收藏 - 数据库(内核) - 清泛网 - 专注C/C++及内核技术
...abase 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Microsoft Windows (32-bit)
http://download.oracle.com/otn/nt/oracle10g/10201/10201_database_win32.zip
http://download.oracle.com/otn/nt/oracle10g/10201/10201_client_win32.zip
http://download.oracle.com/otn/nt/oracle10g/10201/10...
Win8.1 推送升级至Win10 无法收到推送通知解决方法 - 操作系统(内核) - 清...
...,本文提供详细的解决方案。进入微软官网https://insider.windows.com,点击“登陆”,输入微软或MSN账号登陆。登录后:
自动更新会搜索到一个2g多大小的更新包,即可下载安装。整个安装过程很缓慢,成功后,系统升级成功...
