吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2268|回复: 0
收起左侧

[C&C++ 转载] WTL91_5270_Beta 中文 汉化 中英文对照版

[复制链接]
patton88 发表于 2015-10-26 21:36
WTL9.1-ReadMe-中英文对照版

WTL91_5270_Beta 中文 汉化 中英文对照版.7z (594.49 KB, 下载次数: 1)

Windows Template Library- WTL Version 9.1           (build 5270) 2015-09-27
Windows模板库 - WTL Version 9.1           (build 5270) 2015-09-27
(水平有限,不足之处,欢迎指正交流:ybmj@vip.163.com)

Copyright© 2015 Microsoft Corporation, WTL Team. All rights reserved.
微软公司WTL小组2015注册版权所有,Copyright © 2015。
Thisfile is a part of the Windows Template Library.
该文档是WTL的一部分。
Theuse and distribution terms for this software are covered by the MicrosoftPublic License (http://opensource.org/licenses/MS-PL)which can be found in the file MS-PL.txt at the root folder.
WTL的使用和分发受微软公共授权协议约束 (http://opensource.org/licenses/MS-PL),具体内容可以查看本发布根目录下的MS-PL.txt文件。

Welcometo the Windows Template Library, version 9.1. This document contains thefollowing topics:
欢迎使用Windows模板库WTL 9.1。该文档包含以下项目:
Introduction
WTL介绍
WindowsTemplate Library, or WTL, is a set of classes that extend ATL to support morecomplex user interfaces for either applications or various UI components, whilemaintaining the big advantage of ATL - small and fast code. WTL classes weredesigned to be the best and the easiest way to implement rich Win32 based UIfor ATL based applications, servers, components, and controls.
WTL(WindowsTemplate Library)是一种ATL扩展类库,它能为应用程序及各种控件提供更复杂的用户界面支持,同时保持ATL简洁快速的优点。WTL类库被设计为ATL实现广泛Win32用户界面的最简最优方式,支持各种应用程序、服务程序、组件和控件。
WTLprovides support for implementing many user interface elements, from frame andpopup windows, to MDI, standard and common controls, common dialogs, propertysheets and pages, GDI objects, UI updating, scrollable windows, splitterwindows, command bars, etc. The WTL classes are mostly templated and useminimal instance data and inline functions. They were not designed as aframework, so they do not force a particular application model, and canaccommodate any. The classes do not use hooks or thread local storage, so theyhave no restrictions that those techniques impose. They also have nointer-dependencies and can be freely mixed with straight SDK code. In summary,WTL delivers very small and efficient code, very close in size and speed to SDKprograms, while presenting a more logical, object oriented model to aprogrammer.
WTL为众多用户界面元素提供支持,包括框架窗口和弹出窗口、MDI、标准和通用控件、通用对话框、属性表单和属性页、GDI对象、用户界面更新、可滚动窗口、分割窗口、命令条等等。WTL类尽量模板化,使用较少实例数据和较多内联函数。它们并非设计为一个框架,所以并不强制使用特殊应用模式,可以适应各种场合。这些类并未使用hooks(钩子程序)或线程本地存储技术,所以没有植入技术改进的限制。它们也不存在内部依赖性,可以自由地和SDK代码一起混合使用。总之,WTL提供最小最高效的代码,非常接近SDK的体积和速度,同时为程序员提供更强逻辑性和面向对象的特性。
Features and Installation
功能和安装
Thisis the eigth public release of WTL, after WTL 3.0, 3.1, 7.0, 7.1, 7.5, 8.0, and9.0. This version is released under the Microsoft Public License, enablingdevelopers from the WTL community to contribute to the library.
WTL9.1是在3.0、3.1、7.0、7.1、7.5、8.0和9.0之后的第8个公开发布版本。这个版本基于微软公共授权协议,可以从WTL社区获取公共发布的WTL库进行授权开发。
WTLclasses can be used with either VC++ 6.0, VC++ .NET 2002 or 2003, VC++ 2005 or2008 or 2010 or 2012 or 2013 or 2015, or EVC++ 4.0 or 3.0. AppWizard for VisualStudio is included.
WTL类库可以在下列开发环境中使用,VC++6.0,VC++ .NET 2002、2003,VC++ 2005、2008、2010、2012、2013、2015,以及EVC++ 3.0、4.0。WTL类库为Visual Studio提供应用程序向导组件。
TheWTL classes are provided in header files located in the include directory. Theonly header files that must be included is atlapp.h, while others can be usedwhen needed. The name of the file doesn't mean that you have to create anapplication, just that atlapp.h contains base definitions required for WTLprojects.
WTL类库以存放于include目录中的头文件的方式提供。只有atlapp.h是必须包含的头文件,其余头文件可按需包含引用。该文件的名称并非意味着你必须创建一个应用程序,atlapp.h只是包含了WTL所需的基本定义项目。
Toinstall WTL, just copy the whole directory structure, or unpack the archivefile, to the location of your choice. Please be sure to add the WTL\includedirectory to the list of include directories in VC++, so that the compilercan find them when you include them in your projects.
安装WTL,只需拷贝整个目录内容或解压所需文件到你所选定的路径。请务必在VC++环境中添加WTL的include包含目录,好让编译器能够找到你工程中的包含文件。
Setupprograms for the AppWizard are provided. After executing the setup script,ATL/WTL AppWizard will appear in the list of AppWizards when you selectFile.New.Project in VC++ IDE. The file AppWiz\setup.js is the setup script forall supported versions of Visual Studio, while AppWizards for Windows CE haveseparate scripts for VS2005 and VS2008 SmartDevice projects.
WTL安装包中提供了应用程序向导的安装程序。通过运行安装脚本,在VC++集成开发环境中从“文件|新建|工程”菜单新建项目时,在应用程序向导列表中将会出现ATL或WTL选项。AppWiz\setup.js文件是支持所有版本的Visual Studio的安装脚本。另外,WTL为支持Windows CE下VS2005、VS2008智能设备工程的应用程序向导,提供了单独的安装脚本。
Tomanually install AppWizard for VC++ .NET 2002/2003, copy all WTLAppWiz.* filesfrom AppWiz\Files to VC++ .NET projects directory, %VC7DIR%\Vc7\vcprojects,where %VC7DIR% is the directory where VC++ .NET 2002/2003 is installed. Afterthat, open WTLAppWiz.vsz and modify the like that contains ABSOLUTE_PATHto contain %WTLDIR%\AppWiz\Files, where %WTLDIR% is the directory where WTLfiles are.
要为VC++.NET 2002/2003手工安装应用程序向导,可从AppWiz\Files目录拷贝所有WTLAppWiz.*文件到VC++ .NET工程目录%VC7DIR%\Vc7\vcprojects,%VC7DIR%是VC++ .NET 2002/2003的安装目录。然后,打开WTLAppWiz.vsz文件修改ABSOLUTE_PATH指向%WTLDIR%\AppWiz\Files,%WTLDIR%是WTL文件的存放目录。
Platformsupport and requirements:
支持和请求的平台:
   Compiler/IDE/ATL:
编译器、集成开发环境、ATL:
           Visual C++ 6.0   (ATL 3.0)
           Visual C++.NET 2002   (ATL 7.0)
           Visual C++.NET 2003   (ATL 7.1)
           Visual C++ 2005   (ATL 8.0)
           Visual C++ 2008   (ATL 9.0)
           Visual C++ 2010   (ATL 10.0)
           Visual C++ 2012   (ATL 11.0)
           Visual C++ 2013   (ATL 12.0)
           Visual C++ 2015   (ATL 14.0)
SDK (optional):
SDK(可选):
           Any Platform SDK from January 2000 release up to the latest Windows SDK
支持2000年1月及之后发布的所有平台下的WindowsSDK。
Windows CE development:
Windows CE开发:
           eMbedded Visual C++ 3.0 - Pocket PC, Pocket PC 2002
           eMbedded Visual C++ 4.0 - STANDARDSDK_410, Pocket PC 2003, Smartphone 2003,
                                                    STANDARDSDK_500, Pocket PC 2003 SE, Smartphone 2003 SE
           Visual C++ 2005 - Pocket PC 2003 SE, Smartphone 2003 SE, STANDARDSDK_500,
                                      Windows Mobile 5.0 (Pocket PC and Smartphone),
                                      Windows Mobile 6.0 (Standard and Professional)
           Visual C++ 2008 - Pocket PC 2003 SE, Smartphone 2003 SE, STANDARDSDK_500,
                                      Windows Mobile 5.0 (Pocket PC and Smartphone),
                                      Windows Mobile 6.0 (Standard and Professional)

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-15 07:59

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表