VC6.0 动态库或控件代码移植到VC2010一些异常问题

来源:互联网 发布:网页游戏平台源码下载 编辑:程序博客网 时间:2024/05/22 18:14

异常报告:

1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(183,5): error MSB3073: The command "regsvr32 /s /c "D:\VC++Prj\source code\zutai\cha06\Meter\.\Debug\Meter.dll"

1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(183,5): error MSB3073: echo regsvr32 exec. time > ".\Debug\regsvr32.trg"

1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(183,5): error MSB3073: :VCEnd" exited with code 3.

 

处理办法: 

Project->Configuration Properties->General->Target Extension设置为

  .ocx 或者.dll

Project->Configuration Properties->Linkerl->General ->Output File设置为

$(OutDir)$(ProjectName)$(TargetExt)

 

 

 

原创粉丝点击