Home > Back-end >  Help VS2015 compile errors
Help VS2015 compile errors

Time:09-17

The CMD window CMD window can I change this setting

CodePudding user response:

The great spirit returns busy? Thanks a lot

CodePudding user response:

The console can modify this property

CodePudding user response:

refer to the second floor by the dugu reply:
console can modify the attribute

Where the console thank thank brother please help the younger brother small white

CodePudding user response:

refer to the second floor by the dugu reply:
console can modify the attribute

Vs a visual interface to create a new project I found the setting position but I am using traditional DOS CMD window to build code

CodePudding user response:

Visual Studio project, using the command line will would be regarded as the built-in types, plus/Zc: would be parameters, not as a built-in types plus/Zc: would be -
Of this property is set in the project properties page, on the left, in turn, a configuration properties - & gt; C/C + +, select the command line, the right has a corresponding attributes command parameters

CodePudding user response:

Thanks brother ah what parameters reduce the warning level use build XXX

CodePudding user response:

I build a normal package build - p path xx. DSC

CodePudding user response:

reference 5 floor by the dugu:
Visual Studio project, using the command line will would be regarded as the built-in types, plus/Zc: would be parameters, not as a built-in types plus/Zc: would be -
Of this property is set in the project properties page, on the left, in turn, a configuration properties - & gt; C/C + +, select the command line, the right has a corresponding attributes command parameter
I use the build/Zc: would like can't separate input/Zc: how would have no concrete can be under the guidance of thanks to god

CodePudding user response:

refer to the eighth floor damien008 response:
Quote: refer to 5 floor by the dugu:

Visual Studio project, using the command line will would be regarded as the built-in types, plus/Zc: would be parameters, not as a built-in types plus/Zc: would be -
Of this property is set in the project properties page, on the left, in turn, a configuration properties - & gt; C/C + +, select the command line, the right has a corresponding attributes command parameter
I use the build/Zc: would like can't separate input/Zc: not would be under the guidance of specific how can you thank the great god

With the cl. Compiled exe, just have these parameters

CodePudding user response:

You use what tools Build
I used the command line cl. Exe to compile the source code directly, and using the devenv.com compile VS solution

CodePudding user response:

refer to 6th floor damien008 response:
thanks brother ah what parameters reduce the warning level use build XXX

Reduce the Warning level can modify the project configuration file, such as Build. Vcxproj
Pay attention to modify the compiled version of the corresponding configuration items, generally speaking, there are "Debug | Win32", "Release | Win32", "the Debug | x64", "Release | x64" four version
In corresponding versions of & lt; ClCompile> Change the & lt; WarningLevel> , the default is Level3, can change to Level2 stores

CodePudding user response:

11 references by the dugu reply:
Quote: refer to the sixth floor damien008 response:

Thanks brother ah what parameters reduce the warning level use build XXX

Reduce the Warning level can modify the project configuration file, such as Build. Vcxproj
Pay attention to modify the compiled version of the corresponding configuration items, generally speaking, there are "Debug | Win32", "Release | Win32", "the Debug | x64", "Release | x64" four version
In corresponding versions of & lt; ClCompile> Change the & lt; WarningLevel> , the default is Level3, can change to Level2 stores

Vs2015 is cl. Compiled exe tomorrow I try it on the corresponding configuration file

CodePudding user response:

A great god. Why didn't I find you said the build vcxproj

Can you see my compiler error @ dugu by a

CodePudding user response:

The
references to the tenth floor by the dugu reply:

you Build with what toolsI used the command line cl. Exe to compile the source code directly, and using the devenv.com compile VS solution
great god I map has time to help see it really can't find this & lt; ClCompile> Change the & lt; WarningLevel> , in which the config file

CodePudding user response:

On the 14th floor damien008
reference response:
Quote: reference to the tenth floor by the dugu reply:

You use what tools Build
I used the command line cl. Exe to compile the source code directly, and using the devenv.com compile VS solution
great god I map has time to help see it really can't find this & lt; ClCompile> Change the & lt; WarningLevel> , in which the config file

*. Vcxproj is the project configuration file, in the solution to create the root directory of the search element

CodePudding user response:

As in file explorer, create the Build solution, the project configuration files as shown in the figure below:

CodePudding user response:

The content of the configuration file:
  • Related