
VS2010
heihei36
这个作者很懒,什么都没留下…
展开
-
VS2010 “error MSB8011” 解决方法
错误描述:C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(744,5): error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a原创 2013-05-14 10:01:42 · 23162 阅读 · 3 评论 -
创建以系统时间为文件名的文件
// time_file.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "atlstr.h"#include #include #include #include #include using namespace std;int _tmain(i原创 2013-09-02 13:20:55 · 2239 阅读 · 0 评论 -
64位DLL不能正常调用32位DLL解决方案
64位DLL不能正常调用32位DLL解决方案 只需中间做一层转化,用64位的OCX封装32位DLL,然后再进行正常的调用 。VS2010下测试通过,能够正确使用。太晚了,要回家了,若有时间把代码敬上。原创 2013-11-19 21:00:36 · 6082 阅读 · 0 评论 -
Microsoft .NET FrameWork 4安装失败解决方法
在WIN7环境下安装VS2010出现Microsoft .NET FrameWork 4安装失败解决方法 一、开始--->运行--->net stop WuAuServ二、开始--->运行--->%windir%三、将文件夹SoftwareDistribution重命名为SDold四、开始--->运行--->net start WuAuServ 再重新安装就原创 2013-11-19 20:55:53 · 12336 阅读 · 2 评论 -
PROC简单使用用例--VC连接ORACLE
操作系统:windows 7数据库版本:oracle 10gVS版本:VS2010前言:连接ORACLE的方式有很多,此处仅以PROC为例,说明如何连接oracle,有不妥之处,望诸位看官指出,学习共进。一、安装oracle 10g对应的客户端版本。 注意事项:做好客户配置,以本机为例:D:\oracle\product\10.2.0\client_2\NETWORK\A原创 2014-10-16 16:44:51 · 4988 阅读 · 0 评论