- Getting Started with the Lazarus IDE
- Roderick Person
- 116字
- 2021-07-29 16:57:07
Preface
Lazarus is an open-source integrated development environment for the Free Pascal compiler. Lazarus provides a code editor with syntax-highlighting, a visual form designer, and the Lazarus Component Library (LCL). Lazarus is very similar to Delphi, making it ideal for Delphi programmers to utilize. Because the LCL is highly compatible with Delphi's VCL, existing Delphi projects can be easily converted to Lazarus projects.
Lazarus is cross-platform and runs on many platforms, including Linux, BSD, and Mac OS X. Lazarus applications can be created on one platform and compiled on other supporting platforms, making it suitable for many programming tasks. Besides graphical user interface and console applications, Lazarus can also support web-based applications, Android, and iOS applications.
- Spring Boot開發與測試實戰
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Windows系統管理與服務配置
- Python王者歸來
- Mastering Unity Shaders and Effects
- Learning Selenium Testing Tools(Third Edition)
- Swift細致入門與最佳實踐
- Python開發基礎
- Simulation for Data Science with R
- Drupal 8 Development Cookbook(Second Edition)
- 快樂編程:青少年思維訓練
- C/C++代碼調試的藝術(第2版)
- Elasticsearch搜索引擎構建入門與實戰
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- C/C++代碼調試的藝術