9. Windows development environment overview

Source: Internet
Author: User

I. Compilation options

Batch construction with nmakeProgram; Makefile is the nmake configuration file. The VC compilation process is as follows:

For more information about compilation options, see [1], [2, 27 ~ 38].

VC\ BinDirectory

II. Environment Variables

Set

Common Environment Variables

Reference environment variables as follows

% Environment variable %

Set Path = "C:\"; % PATH %

You can add a variable.

REFERENCE The following in makefile:

$ (Environment variable)

Sequence when searching for the path of executable files:

1) Directory of the parent process

2) process directory

3) system directory

4) Windows installation directory

5) directory to which the PATH variable points

3. Use Platform SDK

4. Write makefile

Http://www.cnblogs.com/mydomain/archive/2010/10/23/1859572.html? Login = 1

References [2, 48 ~ 56]

Reference

[1] msdn

[2] proficient in Windows API functions, interfaces, and programming instances

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.