Error in Vc++ 2005 Express
This is a old project that i covert in VC++ 2005
**********************************************************************
ASPSimpleobjhand.cpp
ASPSimpleStore.cpp
Generating Code...
Compiling resources...
Compiling manifest to resources...
Linking...
.\ASPSimple.def(3) : warning LNK4017: DESCRIPTION statement not supported for the target platform; ignored
Creating library .\Debug/ASPSimple.lib and object .\Debug/ASPSimple.exp
ASPSimple.obj : error LNK2019: unresolved external symbol __imp__RegCloseKey@4 referenced in function _DllRegisterServer@0
ASPSimple.obj : error LNK2019: unresolved external symbol __imp__RegSetValueExA@24 referenced in function _DllRegisterServer@0
ASPSimple.obj : error LNK2019: unresolved external symbol __imp__RegCreateKeyExA@36 referenced in function _DllRegisterServer@0
ASPSimple.obj : error LNK2019: unresolved external symbol __imp__RegOpenKeyExA@20 referenced in function _DllRegisterServer@0
ASPSimple.obj : error LNK2019: unresolved external symbol __imp__RegDeleteKeyA@8 referenced in function _DllUnregisterServer@0
ASPSimple.obj : error LNK2019: unresolved external symbol __imp__RegEnumKeyExA@32 referenced in function _DllUnregisterServer@0
ASPSimpleFldr.obj : error LNK2019: unresolved external symbol __imp__LoadImageA@24 referenced in function "public: virtual long __thiscall CASPSimpleFolder::GetObjTypeUIData(struct tagObjUIData *)" (?GetObjTypeUIData@CASPSimpleFolder@@UAEJPAUtagObjUIData@@@Z)
ASPSimpleFldr.obj : error LNK2019: unresolved external symbol __imp__DialogBoxParamA@20 referenced in function "public: virtual long __thiscall CASPSimpleFolder::ActivateDialog(unsigned int,struct HWND__ *,struct IEnumReplItem *)" (?ActivateDialog@CASPSimpleFolder@@UAEJIPAUHWND__@@PAUIEnumReplItem@@@Z)
ASPSimpleFldr.obj : error LNK2019: unresolved external symbol __imp__EndDialog@8 referenced in function "public: static int __stdcall CASPSimpleFolder::SettingsDlgProc(struct HWND__ *,unsigned int,unsigned int,long)" (?SettingsDlgProc@CASPSimpleFolder@@SGHPAUHWND__@@IIJ@Z)
.\Debug/ASPSimple.dll : fatal error LNK1120: 9 unresolved externals
Build log was saved at "file://d:\Progetti\ASPSimple\Debug\BuildLog.htm"
ASPSimple - 10 error(s), 10 warning(s)
**********************************************************************

