Version xconfig. h 4.0

Source: Internet
Author: User

/// Compiler and Operating System Configuration header file
/**
* General Library version 4.0
* This header file mainly defines compilation-related macro definitions for the use of relevant compilers.
* @ Author zdhsoft (Zhu Donghua)
* @ Version 4.0
* @ Date 2008-03-01
* @ File xconfig. h
* @ Test: tested
*/

# Ifndef _ X_CONFIG_H _
# Define _ X_CONFIG_H _

# Define CONFIG_CPU64 0 // 64-bit program
# Define CONFIG_CPU32 1 // 32-bit program

# Define CONFIG_LANGUAGE_CHN 1 // Chinese Language
# Define CONFIG_LANGUAGE_ENG 0 // english language
 

# Ifdef _ MSC_VER
# Define CONFIG_BCB 0

# Define CONFIG_BCB5 0
# Define CONFIG_BCB6 0
# Define CONFIG_BCB2006 0
# Define CONFIG_BCB2007 0
# Define CONFIG_GCC 0

# Define CONFIG_GCC2X 0
# Define CONFIG_GCC3X 0
# Define CONFIG_GCC4X 0

# Define CONFIG_VC 1
# If _ MSC_VER = 1200
# Define CONFIG_VC5 0
# Define CONFIG_VC6 1
# Define CONFIG_VC2001 0
# Define CONFIG_VC2003 0
# Define CONFIG_VC2005 0
# Define CONFIG_VC2008 0
# Elif _ msc_vers = 1310
# Define CONFIG_VC5 0
# Define CONFIG_VC6 0
# Define CONFIG_VC2001 0
# Define CONFIG_VC2003 1
# Define CONFIG_VC2005 0
# Define CONFIG_VC2008 0
# Elif _ msc_vers = 1400
# Define CONFIG_VC5 0
# Define CONFIG_VC6 0
# Define CONFIG_VC2001 0
# Define CONFIG_VC2003 0
# Define CONFIG_VC2005 1
# Define CONFIG_VC2008 0
# Elif _ msc_vers = 1500
# Define CONFIG_VC5 0
# Define CONFIG_VC6 0
# Define CONFIG_VC2001 0
# Define CONFIG_VC2003 0
# Define CONFIG_VC2005 0
# Define CONFIG_VC2008 1
# Else
# Define CONFIG_VC5 0
&

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.