따라서 IDE의 메인메뉴 VIEW->Desktop->Delete로 현재 설정된 데스크탑 환경을 지운후 해로 만들어서 저장하고
디버깅모드로 프로젝트를 실행하면 오류가 제거 됩니다..
아래 참고 본문
http://texhex.blogspot.com/2004/10/delphi-7-bug-driving-me-crazy.html
Delphi 7 Bug driving me crazy
The Delphi 7 IDE has a one of the new feature the ability to “dock” several windows together. It not as good as within Visual Studio 2003, but it properly better than anything you had with
Because you are a developer you think your virus scanner, a lately installed application or your program itself it the cause of this error. BZZZZ! WRONG! This is a big, bad bug inside the Delphi 7 IDE.
For some reasons,
You can easily test if you have this bug: Simply switch between the different desktops (the drop-down right from the “Help” menu) without debugging anything. If you see the above noted error message, you are hit be this bug.
To resolve it, first delete the desktop where the crash happens (View -> Desktops -> Delete). Next, recreate it and do not attach any debug window to the source code window. Then save the desktop and try switching again.
'프로그래밍 > Delphi' 카테고리의 다른 글
StretchBitBlt를 이용한 이미지 확대 축소 (0) | 2009.11.06 |
---|---|
URLEncoding 함수 사용하기 (1) | 2009.11.04 |
TIdHTTP.Post로 질의 및 결과 받기 (0) | 2009.11.04 |
GR32에서 투명한 PNG파일 버퍼로 읽어오기 (0) | 2009.09.16 |
[TIP] TWebBrowser 메모리 증가 방지 처리 (4) | 2009.05.12 |