VS2010设置(国外英文资料).docVIP

  • 18
  • 0
  • 约5.11万字
  • 约 13页
  • 2017-06-05 发布于河南
  • 举报
VS2010设置(国外英文资料)

VS2010设置 Set the VS2010 environment variable Include: D: \ Program files \ Microsoft Visual Studio 10.0 \ VC \ include; C: \ Program Files \ Microsoft SDKs \ Windows \ v7.0 A \ Include Lib: D: \ Program files \ Microsoft Visual Studio 10.0 \ VC \ lib C: \ Program Files \ Microsoft SDKs \ Windows \ v7.0 A \ Lib Path: D: \ Program files \ Microsoft Visual Studio 10.0 \ VC \ bin; D: \ Program files \ Microsoft Visual Studio 10.0 \ Common7 \ Tools; D: \ Program files \ Microsoft Visual Studio 10.0 \ Common7 \ IDE Enter the environment variable for DirectX No msobj100.dll, mspdb100.dll, mspdbcor.dll, mspdbsrv.exe, the four files for the solution: copy these four files directly from the Common7 \ IDE \ down to the VC \ Bin \ C # environment variable setup steps: On your desktop right click [my computer] - [properties] - [top] - [] environment variables in the system bar, click on the new variables of input variable values CSC : C:\Windows\Microsoft.NET \ Framework \ v4.0.30319 (maybe your machine on the.net Framework version will be different, so the back of the folder name v4.0.30319 have different) and then double click Path in the system variables list box in the variable name text box behind the most to join ; % % CSC; (note is the content of the double quotes, before and after a semicolon), in fact, there is a more simple method, that is, directly editing system variables in the list box double-click the Path, in followed by C:\Windows\Microsoft.NET \ Framework \ v4.0.30319; Set up the environment variable, enter csc.exe in the CMD command, and the test is successful. The csc.exe compiler often commands: CSC File. Cs, function: compile File. Cs to produce file.exe, another way of writing: CSC/out: myfile.exe file.cs, you can customize the execution File name generated by the compilation Command: CSC/target: library File. Cs, function: compile the File. The cs to generate the File. The DLL, another kind of writing: the CSC/target: the library/out: MyFile. DLL File

文档评论(0)

1亿VIP精品文档

相关文档