일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 영화
- 방송통신대학교
- 법
- 컴퓨터
- 책
- Book
- 운영체제
- 컴퓨터과학과
- 컴파일러
- 광고
- 데이터베이스
- Algorithms
- 교육
- 알고리즘
- EJB
- 인간과 교육
- 백과사전
- 프로그래밍언어
- Database
- Java
- Programming
- Compiler
- ISBN:89-20-34523-6
- OS
- Computer
- architecture
- Software
- 영어
- 용어
- Today
- Total
목록Delphi (3)
Digital Intelligence
이경문 (2001-10-21 23:45:53, Hit : 1047, Vote : 10) TraceServer.zip (191.9 KB), Download : 65 Trace.pas (1.0 KB), Download : 51 디버깅에 편리한 TRACE를 씁시당!!!! VC++에서는 TRACE라는 명령어가 있어서 디버깅하는 데 상당히 편리한 기능이 있습니다. 보통 델파이로 작성하는 프로그램에서는 ShowMesage들을 사용하는데 thread 프로그래밍할 때에는 여간 불편한게 아닙니다. 그래서 델파이용 TRACE모듈을 만들어 봤습니다. 유용하게 쓰세용~~~~~~~~~~ TraceServer : Trace내용을 볼 수 있는 프로그램 Trace.pas : Trace 유닛 원본링크
A brief history of Borland's Delphi PascalDelphi uses the language Pascal, a third generation structured language. It is what is called a highly typed language. This promotes a clean, consistent programming style, and, importantly, results in more reliable applications. Pascal has a considerable heritage: BeginningsPascal appeared relatively late in the history of programming languages. It proba..