Delphi Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
델파이 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
FreePascal/Lazarus
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
델마당
볼랜드포럼 광고 모집

델파이 Q&A
Delphi Programming Q&A
[8003] Re:[질문] i/o error 183 아시는분...
류종택 [ryujt] 4052 읽음    2002-03-13 14:32
I/O Error에는 다음과 같은 정의만 있는데..
번호를 착각하신 것은 아닌지요??
해당 번호는 사용하지 않는 번호대인 것 같습니다..
소스나 다른 자료를 주시면 더 조사해보겠습니다..

Run Time 에러 중에서도 IO에러 말고 Fatal Error 부분은..
200번 부터 시작이네요..

또한 IO Error가 정의되어야할 System Unit에도 해당 에러는 정의되어 있지 않습니다..
아래 번호들은 확인해 보니 당연히 사용되고 있더군요..


Voice of Delphi, 류..

----------------------

Number    Name    Description

100    Disk read error   
         Reported by Read on a typed file if you attempt to read past the end of the file.
101    Disk write error   
         Reported by CloseFile, Write, WriteIn, or Flush if the disk becomes full.
102    File not assigned   
         Reported by Reset, Rewrite, Append, Rename, or Eraseif the file variable has not been assigned a name through a call to Assign or AssignFile.
103    File not open   
         Reported by CloseFile, Read Write, Seek, Eof, FilePos, FileSize, Flush, BlockRead, or BlockWrite if the file is not open.

104    File not open for input   
         Reported by Read, Readln, Eof, Eoln, SeekEof, or SeekEoln on a text file if the file is not open for input.
105    File not open for output   
         Reported by Write or Writeln on a text file if you do not generate a Console application.
106    Invalid numeric format   
         Reported by Read or Readln if a numeric value read from a text file does not conform to the proper numeric format.


+ -

관련 글 리스트
8002 [질문] i/o error 183 아시는분... EzyRyder 842 2002/03/13
16052     Re:[질문] i/o error 183 아시는분... 지나는이 642 2019/09/05
8008     Re:[질문] i/o error 183 아시는분... 김성규 2460 2002/03/16
8004     Re: 안녕하세여.. 타락임다..^^ 타락천사 1173 2002/03/13
8003     Re:[질문] i/o error 183 아시는분... 류종택 4052 2002/03/13
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.