用ATL编写ASP组件,报告错误errorLNK2001:unresolvedexternalsymbol_IID_IResponse
佚名通过本文主要向大家介绍了用ATL编写ASP组件,报告错误errorLNK2001:unresolvedexternalsymbol_IID_IResponse等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: 用ATL编写ASP组件,报告错误error LNK2001: unresolved external symbol _IID_IResponse
描述:
描述:
我在使用vc中的ATL模板编写ASP组件时,当生成ASP内置组件如Response时,需用到IID_IResponse,但是总报告错误error LNK2001: unresolved external symbol _IID_IResponse,不知为什么?
还有在编写组件时,每当再次生成dll文件时,总是说上次生成的dll文件仍在使用,必须重新启动,不知有什么好方法避免重起计算机?