Chinaunix首页 | 论坛 | 博客
  • 博客访问: 752274
  • 博文数量: 217
  • 博客积分: 2401
  • 博客等级: 大尉
  • 技术积分: 2030
  • 用 户 组: 普通用户
  • 注册时间: 2008-03-16 06:58
个人简介

怎么介绍?

文章分类

全部博文(217)

文章存档

2023年(2)

2022年(3)

2021年(29)

2020年(12)

2019年(5)

2018年(5)

2017年(5)

2016年(3)

2015年(6)

2014年(12)

2013年(16)

2012年(9)

2011年(6)

2010年(15)

2009年(30)

2008年(59)

我的朋友

分类:

2008-10-09 16:43:19

Dear

 

I have problem of "linking" in the Microsoft Visual C++ 9.0 Express
Edition tool.

In Visual C++ 6.0, I linked "alpha.lib and common.lib" with following
way:
"Project" menu -> "Settings" tab -> "Link" tab -> add "common.lib"
and
"alpha.lib"

But I am not able to do this in Microsoft Visual C++ 9.0 Express
Edition.

Actually, I already have "alpha.lib" and I know where the "alpha.lib"
is.
I need to create "common.lib".

When I build the my project, the error message is that

"cannot open alpha.lib"

Could anyone help me with "how to set up the linking" in the
Microsoft Visual C++ 9.0 Express Edition tool?

Thank you in advance


I Don't know regarding linker settingt in VC9 but you simply can use another way use following syntax in your class.h File or stdafx.h etc and build your project once again

 #pragma comment(lib, "alpha.lib") .

Thanx



阅读(768) | 评论(0) | 转发(0) |
0

上一篇:convert int to string

下一篇:XML to CSV

给主人留下些什么吧!~~