I open the winvnc project in VS2010, set it to debug or release and have it build. Many of the components compile successfully, but a few fail, such as "logmessages":
Code: Select all
1> Touching ".\..\..\Release\logmessages.unsuccessfulbuild".
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Users\xx\Documents\Visual Studio 2010\Projects\UltraVNCtest2\winvnc\logger\.\..\..\Release\logmessages.dll) does not match the Linker's OutputFile property value (C:\Users\xx\Documents\Visual Studio 2010\Projects\UltraVNCtest2\winvnc\logger\messages.mc). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(991,5): warning MSB8012: TargetExt(.dll) does not match the Linker's OutputFile property value (.mc). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(992,5): warning MSB8012: TargetName(logmessages) does not match the Linker's OutputFile property value (messages). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>LINK : fatal error LNK1181: cannot open input file 'messages.res'
Any quick suggestions? Did I miss something in other forum posts?