原本我的系统运行的好好的,今日突然出了几个编译错误,都是atlsd.lib中的,具体列表如下。1>atlsd.lib(atlbase.obj) : error LNK2019: unresolved external symbol WriteClassStm referenced in function "long __cdecl ATL::OleSaveToStream(struct IPersistStream *,struct IStream *)" (?OleSaveToStream@ATL@@YAJPAUIPersistStream@@PAUIStream@@@Z)
1>atlsd.lib(atlbase.obj) : error LNK2001: unresolved external symbol IID_IPersistStream
1>atlsd.lib(atlbase.obj) : error LNK2019: unresolved external symbol CoCreateInstance referenced in function "long __cdecl ATL::OleLoadFromStream(struct IStream *,struct _GUID const &,void * *)" (?OleLoadFromStream@ATL@@YAJPAUIStream@@ABU_GUID@@PAPAX@Z)
1>atlsd.lib(atlbase.obj) : error LNK2019: unresolved external symbol ReadClassStm referenced in function "long __cdecl ATL::OleLoadFromStream(struct IStream *,struct _GUID const &,void * *)" (?OleLoadFromStream@ATL@@YAJPAUIStream@@ABU_GUID@@PAPAX@Z)恳求高手帮我看看到底是哪里出错了……多谢各位了