Q&A

  • [급질문] 델파이에서 IO Error 32, 82에 관해서 여쭤보고 싶네요.
어떤 경우에 이 에러가 뜨며, 해결 방안을 알고 싶습니다.



더불어 IO Error에 관한 자료를 얻으려면 어떻게 해야하는 지...



너무 황당한 질문 드려서 죄송합니다.

3  COMMENTS
  • Profile
    류종택 2001.03.29 06:57
    쫍,, 소스를 좀 올리시면 확신한 답변이 될 듯 합니다.

    여하튼 제가 번호를 보면 화일 처리나 표준 I/O가 아닌듯 한데..

    도움이 될지 모르겠습니다..

    아래는 에러 코드와 그에 해당하는 설명입니다..

    에러는 Try Excpet End를 사용하셔서 처리하시면됩니다..





    From 류..



    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 Erase if 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.





    델파이 wrote:

    > 어떤 경우에 이 에러가 뜨며, 해결 방안을 알고 싶습니다.

    >

    > 더불어 IO Error에 관한 자료를 얻으려면 어떻게 해야하는 지...

    >

    > 너무 황당한 질문 드려서 죄송합니다.

  • Profile
    델파이 2001.03.29 07:27
    델파이 I/O Error에 관한 답변, 잘 보았습니다.

    감사드립니다.

    그런데 올려주신 정보는 어디에서 구하신 거죠?

    I/O Error에 대한 전반적인 걸 보고 싶은데요.



    죄송하지만 한 번 더 답변 부탁드립니다.

    꾸벅~

    답변 기다리겠습니다.

    안녕히 계세요.







    류종택 wrote:

    > 쫍,, 소스를 좀 올리시면 확신한 답변이 될 듯 합니다.

    > 여하튼 제가 번호를 보면 화일 처리나 표준 I/O가 아닌듯 한데..

    > 도움이 될지 모르겠습니다..

    > 아래는 에러 코드와 그에 해당하는 설명입니다..

    > 에러는 Try Excpet End를 사용하셔서 처리하시면됩니다..

    >

    >

    > From 류..

    >

    > 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 Erase if 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.

    >

    >

    > 델파이 wrote:

    > > 어떤 경우에 이 에러가 뜨며, 해결 방안을 알고 싶습니다.

    > >

    > > 더불어 IO Error에 관한 자료를 얻으려면 어떻게 해야하는 지...

    > >

    > > 너무 황당한 질문 드려서 죄송합니다.

  • Profile
    류종택 2001.03.29 09:37
    델파이 기본 핼프에 있는 내용입니다.

    검색에서 'I/O errors'를 치면 됩니다.

    허나 이미 적은 내용이 전부 입니다.

    터보 파스칼 때부터 있던 내용입니다.

    님께서는 무엇을 하다가 난 에러인지 설명해주셔야 할 듯 합니다..



    From 류..



    델파이 wrote:

    > 델파이 I/O Error에 관한 답변, 잘 보았습니다.

    > 감사드립니다.

    > 그런데 올려주신 정보는 어디에서 구하신 거죠?

    > I/O Error에 대한 전반적인 걸 보고 싶은데요.

    >

    > 죄송하지만 한 번 더 답변 부탁드립니다.

    > 꾸벅~

    > 답변 기다리겠습니다.

    > 안녕히 계세요.

    >

    >

    >

    > 류종택 wrote:

    > > 쫍,, 소스를 좀 올리시면 확신한 답변이 될 듯 합니다.

    > > 여하튼 제가 번호를 보면 화일 처리나 표준 I/O가 아닌듯 한데..

    > > 도움이 될지 모르겠습니다..

    > > 아래는 에러 코드와 그에 해당하는 설명입니다..

    > > 에러는 Try Excpet End를 사용하셔서 처리하시면됩니다..

    > >

    > >

    > > From 류..

    > >

    > > 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 Erase if 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.

    > >

    > >

    > > 델파이 wrote:

    > > > 어떤 경우에 이 에러가 뜨며, 해결 방안을 알고 싶습니다.

    > > >

    > > > 더불어 IO Error에 관한 자료를 얻으려면 어떻게 해야하는 지...

    > > >

    > > > 너무 황당한 질문 드려서 죄송합니다.