Re: Which version of MS VC++ compiler required for ATLSIP to compile?
You may ignore that error. It's actually a post build event that automatically signs the DLL with a digital certificate. If it's really annoying you, simply right click on the ATLSIP project in your solutions and go to the following the the context menu: Properties/Configuration Properties/Build-Events/Post-Build-Event . You can simply delete the content of the command line text box which says:
rem signtool sign /f "$(ProjectDir)atlsipcert.pfx" /p 12345 /v "$(TargetPath)"
regsvr32 /s /c "$(TargetPath)"
rem CABARC -s 6144 n "$(TargetDir)atlsip.cab" "$(TargetPath)" "$(ProjectDir)atlsip.inf" "$(ProjectDir)depends\dnsapi.dll" "$(ProjectDir)depends\mpr.dll" "$(ProjectDir)depends\setupapi.dll" "$(ProjectDir)depends\snmpapi.dll" "$(ProjectDir)depends\msvcp80.dll" "$(ProjectDir)depends\msvcr80.dll"
rem CABARC -s 6144 n "$(TargetDir)atlsip.cab" "$(TargetPath)" "$(ProjectDir)atlsip.inf"
rem signtool sign /f "$(ProjectDir)atlsipcert.pfx" /p 12345 /v "$(TargetDir)atlsip.cab"