zoukankan      html  css  js  c++  java
  • Delphi XE Starter Essentials 中文目录

    Table of Contents
    1. Delphi XE Starter IDE 1
    Delphi and C++Builder ....................................................................... 1

    2007版的时候,IDE称为RAD Studio,并包括一个Delphi for .NET个性。

    2009版的时候,Delphi for .NET被Delphi Prism for .NET代替,IDE保留了 Delphi和CB++。


    Installation ........................................................................................ 1

    安装包括2个步骤,IDE和help文档,分别对应一个独立的安装包。可选的第三步 是下载、安装 InterBase2009。

    也可以下载一个ER/Studio试用版,是一个ODBC驱动for IB。

    还可以下载附加的产品:远程调试器,svn版本库服务器,InstallAware打包安装软件等。

    可以安装BDE,但是推荐使用IB。没有明显提到的第三方组件是Indy 10。

    help文档,包括MSDN SDK,默认没有选,因为需要的磁盘空间比较大。第三方help文档,除了包括Indy 10,还包括其他。
    Run Delphi “as Administrator” ............................................................. 2

    安装的最后一步,可以选自动更新,包括IDE 和 help文档。但是如果使用的是Vista或者WIN7,只能在以管理员身份运行Delphi。
    Welcome Page ................................................................................... 3
    Project Targets and Object Repository .................................................. 6
    Options Dialog ................................................................................... 7
    Delphi IDE New Menu Items ................................................................ 8
    File | Open From Version Control… ............................................. 8
    View | Configuration Manager .................................................... 9
    The “old” Component Palette ..................................................... 9
    Run without Debugging............................................................. 10
    Project Options .................................................................................. 10
    Build Configurations ................................................................. 11
    Warnings as Errors ................................................................... 11
    Resource Compiler ................................................................... 12
    Project Manager ................................................................................. 13
    Build Configurations ................................................................. 14
    STRICT Build Configuration ....................................................... 14
    Object Repository ............................................................................... 15
    Form Designer ................................................................................... 16
    Edit | Copy .............................................................................. 16
    Quality Central................................................................................... 17
    Summary .......................................................................................... 18
    Exercises........................................................................................... 18
    Exercise #1 ............................................................................. 18
    Exercise #2 ............................................................................. 18

  • 相关阅读:
    AndEngine学习 : AnimatedSpritesExample(动画)
    AndEngine学习:PhysicsCollisionFiltering(有过滤器的碰撞检测)
    Android OpenGL ES和OpenGL一起学(一)绘制一个简单的矩形
    AndEngine学习:LevelLoaderExample(加载关卡)
    链式栈
    AndEngine学习:CollisionDetectionExample(碰撞检测)
    AndEngine学习 : BasePhysicsJoint(简单地和物理模型的联系)
    Use XML Schema Definition Tool to Generate the classes
    Ubuntu 配置基础开发环境
    Custom ConfigurationSection
  • 原文地址:https://www.cnblogs.com/CodeGear/p/4181624.html
Copyright © 2011-2022 走看看