zoukankan      html  css  js  c++  java
  • delphi 的替代,基于Free Pascal内核的类似Delphi的开发工具Lazarus

    许可: GPL/LGPL
        Lazarus 是一个 Free Pascal 类似于 Delphi 的类库. Free Pascal 是一个 (L)GPL'公约下的可以运行在 Linux ,Win32,OS/2,68K 以及更多系统下的编译器.Free Pascal 被设计兼容 Delphi 语法, 即OOP.
        Lazarus 将让你方便的像使用 Delphi 一样在所有的平台设计程序. IDE 将最终成为像 Delphi 一样的 RAD.

    Lazarus官网:www.lazarus.freepascal.org

    试用了之后发现编译速度很慢,而且默认编译的体积比较大,使用strip --strip-all处理一下,体积能够减小60%.

    这个是它的一些Screenshots

    IDE Windows

    Compiling

    Object Inspector - Properties

    Object Inspector - Events

    Debugger - All Windows

    Debugger - Breakpoints

    Debugger - Callstack

    Debugger - Locals

    Debugger - Watches

    Compiler Options - Search Paths

    Compiler Options - Parsing

    Compiler Options - Code Generation

    Compiler Options - Linking

    Compiler Options - Other

    Editor Options - General

    Editor Options - Display

    Editor Options - Key Mappings

    Editor Options - Color

    Editor Options - Code Tools

    Environment Options - Desktop

    Environment Options - Files

    Environment Options - Backup

    External Tools

    Replace Dialog

    Run Parameters

    CodeTools Defines Editor

    CodeTools Options - General

    CodeTools Options - Code Creation

    CodeTools Options - Line Splitting

    CodeTools Options - Space

    Sample of Lazarus running in Mac OSX

    free pascal 直接的下载地址是:http://jaist.dl.sourceforge.net/sourceforge/lazarus/fpc-2.0.2a.i386-win32.exe
    lazarus 直接的下载地址是:http://jaist.dl.sourceforge.net/sourceforge/lazarus/Lazarus-0.9.16-20060528-win32.exe
  • 相关阅读:
    C# 计算结果四舍五入
    同时执行多条SQL语句
    将一个datatable的值赋给另一个dt的三种方法转
    Oracle中增加、删除、修改字段
    Oracle 某列转为行
    DataList中链接跳转页面传参数
    修改数据库中多个表中的同一个字段的长度(可参照修改成同一字段的列名、注释等)
    克隆表结构
    博客专题
    Rational Rose2003 安装教程
  • 原文地址:https://www.cnblogs.com/Chinasf/p/474816.html
Copyright © 2011-2022 走看看