taozzee

  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  5 随笔 :: 6 文章 :: 1 评论 :: 0 Trackbacks

2009年7月7日 #

-------------------Configuration: VAS2000Util - Win32 Debug--------------------
Creating library...
Microsoft (R) Library Manager Version 6.00.8168
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.
/nologo "/out:Debug\VAS2000Util.lib"
.\Debug\ASESMsg.obj
LINK : fatal error LNK1181: cannot open input file ".\Debug\ASESMsg.obj"
Error executing link.exe.

VAS2000Util.lib - 1 error(s), 0 warning(s)

posted @ 2009-07-07 11:26 张涛| 编辑 收藏

2009年6月9日 #

posted @ 2009-06-09 16:52 张涛| 编辑 收藏

2009年5月22日 #

It is possible to declare a pointer to a declared but undefined type. But Visual C++ does not allow a reference to an undefined type.
posted @ 2009-05-22 16:03 张涛| 编辑 收藏

the static member of a class must be initialized properly, otherwise, link erro occurs through compilation pass.
posted @ 2009-05-22 15:37 张涛| 编辑 收藏

a static member of a class must be initialized with type specifier, otherwise C2501 occurs.
posted @ 2009-05-22 15:35 张涛| 编辑 收藏

仅列出标题