我试图将在VS 2005中用C ++编写的项目升级到VS 2010.在我运行升级向导之后,我尝试构建项目,并得到一堆LNK2019错误。
为了进一步说明,此项目构建了一个DLL,我们的产品生命周期管理系统名为Teamcenter。
此时,我有点难过。该项目在Debug 2005中编译,没有任何问题。
有什么想法吗?
以下是错误摘录:
错误16错误LNK2019:函数" int __cdecl AFCC_create_ai(struct EPM_action_message_s)"中引用了未解析的外部符号__imp__EMH_store_error_s1。 (?AFCC_create_ai @@ YAHUEPM_action_message_s @@@ Z)C:\ Users \ kevmoo \ Documents \ Visual Studio 2010 \ Projects \ AFCC \ AFCC \ AFCC \ AFCC_action_handlers.obj AFCC 错误17错误LNK2019:函数" int __cdecl AFCC_create_ai(struct EPM_action_message_s)"中引用的未解析的外部符号__imp__EPM_add_attachments (?AFCC_create_ai @@ YAHUEPM_action_message_s @@@ Z)C:\ Users \ kevmoo \ Documents \ Visual Studio 2010 \ Projects \ AFCC \ AFCC \ AFCC \ AFCC_action_handlers.obj AFCC