Problems
Posted: Mon Sep 20, 2010 3:14 am
Windows 7 64bit
ms visual studios 2010
When I open the sub-win.vcproj this shows up
here is the error log that follows
Time of Conversion: Sunday, September 19, 2010 21:07:08 PM
Project: sub-win
Filename Status Errors Warnings
sub-win.vcproj Converted 0 20
Conversion Report - sub-win.vcproj:
Converting project file 'C:\Program Files\SUB-20\sample\sub-win\sub-win.vcproj'.
Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
Done converting to new project file 'C:\Program Files\SUB-20\sample\sub-win\sub-win.vcxproj'.
This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Debug\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Debug|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Debug\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Debug|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'libusb_release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\libusb_release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'libusb_release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'libusb_release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\x64\libusb_release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'libusb_release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
1 file Converted: 1
Not converted: 0 0 20
Conversion Settings
Solution File: C:\Program Files\SUB-20\sample\sub-win\sub-win.sln
Log Number: 2
It builds with out errors or warnings but when i try to run it I get this error.
What am I doing wrong?
ms visual studios 2010
When I open the sub-win.vcproj this shows up
here is the error log that follows
Time of Conversion: Sunday, September 19, 2010 21:07:08 PM
Project: sub-win
Filename Status Errors Warnings
sub-win.vcproj Converted 0 20
Conversion Report - sub-win.vcproj:
Converting project file 'C:\Program Files\SUB-20\sample\sub-win\sub-win.vcproj'.
Web deployment to the local IIS server is no longer supported. The Web Deployment build tool has been removed from your project settings.
Done converting to new project file 'C:\Program Files\SUB-20\sample\sub-win\sub-win.vcxproj'.
This application has been updated to include settings related to the User Account Control (UAC) feature of Windows Vista. By default, when run on Windows Vista with UAC enabled, this application is marked to run with the same privileges as the process that launched it. This marking also disables the application from running with virtualization. You can change UAC related settings from the Property Pages of the project.
VCWebServiceProxyGeneratorTool is no longer supported. The tool has been removed from your project settings.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
Attribute 'Detect64BitPortabilityProblems' of 'VCCLCompilerTool' is not supported in this version and has been removed during conversion.
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Debug\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Debug|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Debug|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Debug\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Debug|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'Release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\Release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'Release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'libusb_release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\libusb_release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'libusb_release|Win32'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetName) ('sub-win') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('subtool') in project configuration 'libusb_release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetName) property value matches the value specified in %(Link.OutputFile).
MSB8012: $(TargetPath) ('C:\Program Files\SUB-20\sample\sub-win\x64\libusb_release\sub-win.exe') does not match the Linker's OutputFile property value '../../bin/subtool.exe' ('C:\Program Files\SUB-20\sample\sub-win\../../bin/subtool.exe') in project configuration 'libusb_release|x64'. This may cause your project to build incorrectly. To correct this, please make sure that $(TargetPath) property value matches the value specified in %(Link.OutputFile).
1 file Converted: 1
Not converted: 0 0 20
Conversion Settings
Solution File: C:\Program Files\SUB-20\sample\sub-win\sub-win.sln
Log Number: 2
It builds with out errors or warnings but when i try to run it I get this error.
What am I doing wrong?