ERROR
shuixin536
这个作者很懒,什么都没留下…
展开
-
error C2065: 'NULL' : undeclared identifier
Q:Hi,I have problem to determine whether a point is a NULL point in vc++ 2005,Here is my source code:private: System::Void treeView1_MouseClick(System::Object^ sender, System::Windows::Forms::M转载 2009-07-25 16:11:00 · 7266 阅读 · 0 评论 -
error C2310: catch handlers must specify one type
Q: A catch handler specified no type or multiple types. Ex:// compile with: /EHsc#include int main() { try { throw "Out of memory!"; } catch( int ,int) {} // C2310 two t转载 2009-07-25 16:18:00 · 2694 阅读 · 0 评论 -
n unhandled exception of type 'System.IO.FileNotFoundException' occurred in Unknown Module.Additional information: 未能加载文件或程序集“..
开发youtube项目,做了一个控制台程序来试验一些功能。代码如下 #include "stdafx.h"#using #using #using #using using namespace System;using namespace Google::GData::YouTube;using namespace Google::YouTube;原创 2009-07-25 16:52:00 · 6061 阅读 · 0 评论 -
Qt 4.5.2 has been released-----------lib/QtWebKitd4.dll : fatal error LNK1120: 8 unresolved externals.......
Qt 4.5.2 has been releasedPosted by Jason McDonald on Thursday, June 25, 2009 @ 09:5020 points on redditQt developers in Oslo, Berlin, Brisbane and other assorted locati转载 2009-08-04 13:08:00 · 3675 阅读 · 0 评论 -
Problem Compiling 4.5.2 in Visual Studio 2008
Problem Compiling 4.5.2 in Visual Studio 2008 (4 posts)Started 1 month ago by pbagwellLatest reply from jiapei100Tags:VS2008 compile 4.5.2pbagwellMember转载 2009-08-04 13:12:00 · 1283 阅读 · 0 评论 -
VS2005编译问题LINK : E:/aaa/Debug/aaa.exe not found or not built by the last incremental link; performing full link
我原来的程序是VC6.0下编的,现在要搞到VS2005中,我新创建了项目,然后一个个文件加入项目,再编译,直到能够通过为止, 但是一加入文件就会出现如下错误,不知如何处理 LINK : E:/aaa/Debug/aaa.exe not found or not built by the last incremental link; performing full link这种情况很可能是因为没转载 2009-08-04 20:21:00 · 7026 阅读 · 0 评论 -
curl.exe - 找不到序数
1、没有找到 libssl32.dll solution:将 LIBEAY32.dll 改名为libssl32.dll,放在curl.exe文件夹下 2、curl.exe - 找不到序数---------------------------无法定位序数 2023 于动态链接库 LIBEAY32.dll 上。 solution:将LIBEAY32.dll放原创 2009-08-04 13:40:00 · 1783 阅读 · 0 评论