市面上有介绍Delphi的书籍(近来Delphi的书也是越来越少了),但没有一本系统的介绍Lazarus的书,这本书是网上的仅有的一本Lazarus教程,目前全部是英文,不过我已经着手开始翻译,争取尽快翻译完供大家学习!(原书来自 freepascal.org ) code.sd28.Sept.2013 IntroductionThis book is written for programmers who want to learn the Object Pascal Language. It
Lazarus的环境配置让人有点犯晕,对于刚从delphi转到lazarus上的我来说,每次新建工程都会遇到一堆Can't find unit xxxx used by xxxx的问题,问题虽然不大,但确实让人郁闷,明明路径都设置了,怎么就找不到单元呢? 首先介绍一下Lazarus的搜索编译单元方面和delphi的区别 1.Lazarus只是Free Pascal(FPC)的外壳,实际上所有编译的工作都是由FPC完成的,本文讲述的配置方法其实是针对FPC的. 2.Lazarus虽然提供了大量的单
Linux Essentials for Delphi Developers There is currently no way using Delphi to target Linux. Long ago there was a thing called Kylix that worked on one version of RedHat Linux, barely, back in the 1990s. But in the Community road-map, targeting a
Friday, May 13, 2016 Some weeks ago, we released the TMS FNC UI Pack, a set of Framework Neutral Components (FNC), i.e. UI controls that can be used from VCL Windows applications, FireMonkey (FMX) Windows, Mac OS-X, iOS, Android applications and LCL
ListOfOpenSourcePrograms Contents Desktop Applications Communication Engineering Educational Financial Games Productivity Management Misc Multimedia 3D Audio Drawing Other Video Security Software Development Utilities Server Applications Content Mana
Lazarus 0.9.26中,涉及范围最广的的改变就是所有的的String默认都采用UTF8编码,IDE终于有了完全的UTF8支持,以前在源码编辑器中“吃掉”半个汉字的情况不再出现.对于Linux下的用户来说这也是好消息,大家终于可以在源码编辑器中看到中文了.当然了,好东西总是代价比较昂贵的:旧代码和项目的迁移就变成了一个不小的问题.现在如果迁移旧项目到0.9.26会遇到以下的问题: 1.项目所有文件里面的中文字串都必须重新输入. 0.9.26提供了转换项目编码的工具:Convert e