Q&A

  • Error 좀 봐주세요 ...
프로그램 컴파일을 하면 잘되요, 실행도 잘되요.
그런데 코딩 할때 불규칙하게 Error가 떠서
코딩을 할수가 없습니다.

Error Message는
   Access violation at address 009B574F in module 'dcc70.dll'.
   Write of address 9F163904.

입니다.

조언 바랍니다.
1  COMMENTS
  • Profile
    공호준 2005.06.10 03:18
    델파이 뉴스그룹에 글을 올렸더니, 답변이 하나 있어
    나중에라두 도움될거 같아 이렇게 올립니다.
    해당 각 단계는 이전단계가 별무소용일때, 다음 단계라네요..

    1) 해당 프로젝트에서 dcu, dsk, dof 파일과 같은 필수파일이 아닌 파일들을 삭제하고,
      프로젝트 reopen => rebuild
      만일, 작업환경이 win98이라면 재부팅도 필요.

    2) RegClean 과 같은 유틸리티로 모든 셋팅을 초기화시키고  installer로 default상태로
      셋팅을 돌린다.

    3) 모든 프로젝트에 해당 에러가 뜨는 경우라면, Delphi reinstall 필요..-_-;;

    4) 위의 모든 항목이 소용없다면, Delphi7 uninstall=> 레지스트리 정보에서 모든
      볼랜드 관련 항목 삭제=> Delphi7 reinstall
      만일 다른 버젼의 델파이를 깔었었다면, 그것부터 uninstall.
      *: Delete Key HKLM\Software\Borland\<everything>
         Delete Key HKCU\Software\Borland\<everything>
         주의: 모든 볼랜드 항목의 정보가 날라감.

    5) 만일, 아무소용이 없다면 해당 partition을 지우고 Windows를 reinstall...ㅠ.ㅠ

    * Delphi 6에서도 비슷한 문제가 있었구... 보통 재부팅이 도움이 되긴되는데,
    근본적인 해결책은 아닌지라....

    다른 좋은 방법이나, 근본적인 해결책을 아시는 분 있으시면, 정보공유 부탁드립니다. 그럼 꾸벅. ^__^




    newsgroup 답변:

    Delete all unnecessary files (dcu, dsk, dof)
    from your project, close Delphi, reopen it
    and rebuild the project.

    If it's Win98, try a reboot.

    May also be a setting mismatch. Clean up all settings
    with the RegClean utility and use the installer to
    'repair' them for you (sometimes defaults help).

    If the error occurs in all projects, try to reinstall Delphi.

    If nothing else can be done,
    try uninstalling D7, deleting all borland settings
    from the registry* and reinstalling D7.
    If you had another version before, uninstall it first.

    *:
    Delete Key HKLM\Software\Borland\<everything>
    Delete Key HKCU\Software\Borland\<everything>
    Note that information on all borland products will be lost!

    If absolutely nothing can be done, reinstall Windows
    on a thoroughly cleaned up partition (remove 'Windows',
    'Program Files', 'Documents and Settings', back up your
    'My Documents' folder first). Note that if you use the
    default directory for the Delphi progs, you must back it up.

    There is a similar problem in Delphi 6, but here usually
    a restart helps for a while. Sorry, but I coud not figure
    out a better approach yet. If anyone knows a 'real',
    solution, please tell me.

    Dimitrij

    옮김 - 델마당 - 작성자   : 황승한