LazarusCompleteGuide: Difference between revisions
Jump to navigation
Jump to search
Onionmixer (talk | contribs) (LCG 8.0 링크추가) |
Onionmixer (talk | contribs) (색인페이지 링크 추가) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
원본-독일어<br> | 원본-독일어<br> | ||
http://www.cul.de/lazarus.html <- 현재 절판중입니다 | http://www.cul.de/lazarus.html <- 현재 절판중입니다 | ||
원본-영어<br> | 원본-영어<br> | ||
http://www.blaisepascal.eu/index.php?actie=./subscribers/lazarusbookinfoEnglish | http://www.blaisepascal.eu/index.php?actie=./subscribers/lazarusbookinfoEnglish | ||
번역진행<br> | 번역진행<br> | ||
'''이화영 (Hwa Young Lee)''' | '''이화영 (Hwa Young Lee)''' | ||
서적 내 코드입력<br> | |||
'''김건우 (Kim Gunwoo) wind8702 꼴뱅이 지메일 닷 컴 ''' | |||
검수진행<br> | 검수진행<br> | ||
Line 25: | Line 32: | ||
====서문==== | ====서문==== | ||
* [[:LazarusCompleteGuide:Foreword|서문]] | * [[:LazarusCompleteGuide:Foreword|서문]] | ||
* [[:LazarusCompleteGuide:Content|목차]] | * [[:LazarusCompleteGuide:Content|목차]] | ||
Line 117: | Line 123: | ||
====9장: 그래픽 프로그래밍==== | ====9장: 그래픽 프로그래밍==== | ||
* [[:LazarusCompleteGuide:9.0|9.0 Graphics Programming]] | |||
* [[:LazarusCompleteGuide:9.1|9.1 The Canvas]] | * [[:LazarusCompleteGuide:9.1|9.1 The Canvas]] | ||
* [[:LazarusCompleteGuide:9.2|9.2 Graphics components]] | * [[:LazarusCompleteGuide:9.2|9.2 Graphics components]] | ||
Line 125: | Line 132: | ||
====10장: 프로세스와 스레드==== | ====10장: 프로세스와 스레드==== | ||
* [[:LazarusCompleteGuide:10.0|10.0 Processes and threads]] | |||
* [[:LazarusCompleteGuide:10.1|10.1 Processes]] | * [[:LazarusCompleteGuide:10.1|10.1 Processes]] | ||
* [[:LazarusCompleteGuide:10.2|10.2 Threads]] | * [[:LazarusCompleteGuide:10.2|10.2 Threads]] | ||
Line 132: | Line 140: | ||
====11장: 네트워크 프로그래밍==== | ====11장: 네트워크 프로그래밍==== | ||
* [[:LazarusCompleteGuide:11.0|11.0 Network Programming]] | |||
* [[:LazarusCompleteGuide:11.1|11.1 TCP/IP Programming]] | * [[:LazarusCompleteGuide:11.1|11.1 TCP/IP Programming]] | ||
* [[:LazarusCompleteGuide:11.2|11.2 Web services]] | * [[:LazarusCompleteGuide:11.2|11.2 Web services]] | ||
Line 137: | Line 146: | ||
====12장: 데이터베이스 | ====12장: 데이터베이스 접근==== | ||
* [[:LazarusCompleteGuide:12.0|12.0 Database Access]] | |||
* [[:LazarusCompleteGuide:12.1|12.1 Architecture]] | * [[:LazarusCompleteGuide:12.1|12.1 Architecture]] | ||
* [[:LazarusCompleteGuide:12.2|12.2 The database access classes]] | * [[:LazarusCompleteGuide:12.2|12.2 The database access classes]] | ||
Line 145: | Line 155: | ||
* [[:LazarusCompleteGuide:12.5|12.5 A crash source in SQL]] | * [[:LazarusCompleteGuide:12.5|12.5 A crash source in SQL]] | ||
* [[:LazarusCompleteGuide:12.6|12.6 Reporting with Lazarus]] | * [[:LazarusCompleteGuide:12.6|12.6 Reporting with Lazarus]] | ||
====색인(Index)==== | |||
* [[:LazarusCompleteGuide:Index|Index]] |
Latest revision as of 09:47, 27 March 2013
- Lazarus The Complete Guide
원본-독일어
http://www.cul.de/lazarus.html <- 현재 절판중입니다
원본-영어
http://www.blaisepascal.eu/index.php?actie=./subscribers/lazarusbookinfoEnglish
번역진행
이화영 (Hwa Young Lee)
서적 내 코드입력
김건우 (Kim Gunwoo) wind8702 꼴뱅이 지메일 닷 컴
검수진행
없음
Lazarus The Complete Guide
번역관련 내용
서문
1장: Lazarus의 구조
- 1.0 라자루스의 아키텍처
- 1.1 The Source Code Editor
- 1.2 Language Basics
- 1.3 Projetcs
- 1.4 Components
- 1.5 Packages
- 1.6 Source Code documentation
- 1.7 Unicode
2장: Lazarus 설치하기
- 2.0 라자루스 설치하기
- 2.1 Downloading from a Version Management System
- 2.2 Installation on Windows
- 2.3 Installation on Linux
- 2.4 Installation on FreeBSD
- 2.5 Installation on MacOS X
3장: The IDE
- 3.0 The IDE
- 3.1 The Lazarus Main Menu
- 3.2 Programming Tools avaliable in the IDE
- 3.3 Recompiling the IDE
4장: 프로젝트
- 4.0 Projects
- 4.1 GUI Applications
- 4.2 Console Applications
- 4.3 DLLs And Shared Objects
- 4.4 Unit Testing
- 4.5 Packages
- 4.6 Service and Daemons
5장: 대상플랫폼
6장: 클래스 라이브러리
- 6.0 Class Library
- 6.1 The RTL (Free Pascal Run Time Library)
- 6.2 The FCL (Free Component Library)
- 6.3 The LCL (Lazarus Component Library)
- 6.4 An intrioduction to the component palette
7장: Delphi 컴포넌트 포팅하기
- 7.0 Porting Delphi Components
- 7.1 The Architecture of Lazarus Components
- 7.2 The component model
- 7.3 The Porting process
8장: 파일과 장치
- 8.0 Files and Devices
- 8.1 File Dialogs in Lazarus
- 8.2 Working with files
- 8.3 Searching in Directories
- 8.4 Communication with Devices
9장: 그래픽 프로그래밍
10장: 프로세스와 스레드
11장: 네트워크 프로그래밍
12장: 데이터베이스 접근
- 12.0 Database Access
- 12.1 Architecture
- 12.2 The database access classes
- 12.3 Available TDataset descendants
- 12.4 The Lazarus Data Desktop
- 12.5 A crash source in SQL
- 12.6 Reporting with Lazarus