자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다. 
  • 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)

Delphi 파일 열기 오류

2016.04.27 15:20

kyh 조회 수:711

본 게시판 사용시 당부 사항
* 이 게시판은 자유롭게 질문을 올리고 자발적으로 답변을 공유하는 게시판입니다.
* 어느 누구도 답변을 달아야만 하는 책임은 없습니다.
* 따라서 질문을 올리실 때에는 최대한 자세하고 정중하게 질문을 올려 주세요.
* 최대한 질문을 자세히 올려야 답변도 자세히 올라 옵니다.
* 본 질문에 답변을 주시는 여러 개발자님들께 미리 감사드립니다.
-----------------------------------------------------------------------------------------------

rad stdio에서 특정 .pas 파일을 열려고 하면 다음과 같이 에러가 나타납니다.

확인 부탁드립니다.

xe6 사용중입니다.

 

 

Access violation at address 5005eeda in module 'rtl200.bpl'. read of address 69a24003.

 

 

Details<<

 

 

[5005EEDA]{rtl200.bpl  } System.TObject.GetInterfaceEntry (Line 15993, "System.pas" + 9) + $0
[50059958]{rtl200.bpl  } System.@GetMem (Line 4351, "System.pas" + 20) + $0
[504F75AD]{vcl200.bpl  } Vcl.Controls.TWinControl.WndProc (Line 10047, "Vcl.Controls.pas" + 153) + $6
[5005FCD8]{rtl200.bpl  } System.TMonitor.TryEnter (Line 17533, "System.pas" + 10) + $0
[5005F858]{rtl200.bpl  } System.TMonitor.Enter (Line 17226, "System.pas" + 4) + $2
[5005F6DC]{rtl200.bpl  } System.TMonitor.CheckOwningThread (Line 17144, "System.pas" + 2) + $0
[5005EE48]{rtl200.bpl  } System.TObject.GetInterface (Line 15947, "System.pas" + 2) + $5
[50065E93]{rtl200.bpl  } System.TInterfacedObject.QueryInterface (Line 36456, "System.pas" + 1) + $8
[217FE752]{todoide200.bpl} IDEToDoList.TToDoList.FindManager (Line 285, "IDEToDoList.pas" + 4) + $24
[217FFB57]{todoide200.bpl} IDEToDoList.TToDoList.ViewNotification (Line 661, "IDEToDoList.pas" + 4) + $E
[20772BB5]{coreide200.bpl} EditorBuffer.TEvViewNotification.Send (Line 5743, "EditorBuffer.pas" + 2) + $1
[20770BBA]{coreide200.bpl} EditorBuffer.TEditView.Create (Line 4662, "EditorBuffer.pas" + 15) + $8
[2076CD57]{coreide200.bpl} EditorBuffer.TEditBuffer.OpenNewView (Line 2547, "EditorBuffer.pas" + 13) + $0
[20886244]{coreide200.bpl} UIUtils.AnsiCompareFileName (Line 2440, "UIUtils.pas" + 2) + $E
[2076DD8C]{coreide200.bpl} EditorBuffer.TEditBuffer.ShowEditor (Line 3015, "EditorBuffer.pas" + 1) + $6
[2069A2A4]{coreide200.bpl} SourceModule.TSourceModule.ShowEditorName (Line 624, "SourceModule.pas" + 6) + $1
[2086C3C1]{coreide200.bpl} DocModul.TDocModule.Open (Line 1324, "DocModul.pas" + 1) + $1
[2070E617]{coreide200.bpl} Containers.TStdFileContainer.OpenItem (Line 3989, "Containers.pas" + 7) + $1
[20614B63]{coreide200.bpl} ProjectMgr.TProjectManager.HandleDblClick (Line 655, "ProjectMgr.pas" + 2) + $19
[2068DCA3]{coreide200.bpl} ProjectFrm.TProjectManagerForm.ProjectTree2DblClick (Line 2246, "ProjectFrm.pas" + 8) + $7
[504F3009]{vcl200.bpl  } Vcl.Controls.TControl.DblClick (Line 7353, "Vcl.Controls.pas" + 1) + $14
[504F3184]{vcl200.bpl  } Vcl.Controls.TControl.WMLButtonDblClk (Line 7396, "Vcl.Controls.pas" + 4) + $C
[2136C40A]{vclide200.bpl} IDEVirtualTrees.TBaseVirtualTree.WMLButtonDblClk (Line 16551, "IDEVirtualTrees.pas" + 2) + $4
[21376F6B]{vclide200.bpl} IDEVirtualTrees.TBaseVirtualTree.WndProc (Line 23569, "IDEVirtualTrees.pas" + 19) + $6
[504F6BF4]{vcl200.bpl  } Vcl.Controls.TWinControl.MainWndProc (Line 9759, "Vcl.Controls.pas" + 3) + $6
[501766E4]{rtl200.bpl  } System.Classes.StdWndProc (Line 17064, "System.Classes.pas" + 6) + $1
[50642EDF]{vcl200.bpl  } Vcl.Forms.TApplication.ProcessMessage (Line 10351, "Vcl.Forms.pas" + 23) + $1
[50642F22]{vcl200.bpl  } Vcl.Forms.TApplication.HandleMessage (Line 10381, "Vcl.Forms.pas" + 1) + $4
[50643255]{vcl200.bpl  } Vcl.Forms.TApplication.Run (Line 10519, "Vcl.Forms.pas" + 26) + $3

번호 제목 글쓴이 날짜 조회 수
공지 [프로그래밍 강의] 2021.6~2021.12 관리자 2015.01.22 15766
공지 유용한 관련 사이트 관리자2 2014.03.20 54580
공지 본 게시판은 개발자 여러분들의 질문과 답변을 공유하는 공간입니다. 관리자 2012.01.10 97985
» 파일 열기 오류 kyh 2016.04.27 711
1958 델파이10 시애틀에서 TFDIBBackup에서 한글 DB명 사용 질문드립니다. [1] 불나방 2016.04.27 234
1957 window 시스템에서 안드로이드 개발과 아이폰 개발에 관해서 [2] youngdel 2016.04.28 237
1956 splash image 에 대해서 문의 드립니다. youngdel 2016.04.28 267
1955 파이어몽키 ListBox에서 목록 삭제 방법 문의 [1] 김태윤 2016.04.29 630
1954 다시 글올립니다. dll 불러온 화면에서 탭키, 방향키가 작동이 안됩니다. 쭈니쿤 2016.04.29 147
1953 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 3 - Exercise 1 [2] 관리자 2016.04.29 274
1952 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 3 - Exercise 2 [2] 관리자 2016.04.29 196
1951 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 3 - Exercise 3 [2] 관리자 2016.04.29 212
1950 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 4 - Exercise 1 [2] 관리자 2016.04.29 217
1949 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 4 - Exercise 2 [2] 관리자 2016.04.29 335
1948 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 4 - Exercise 3 [2] 관리자 2016.04.29 169
1947 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 4 - Exercise 4 [3] 관리자 2016.04.29 238
1946 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 4 - Exercise 5 [2] 관리자 2016.04.29 225
1945 구글 플레이 스토어에 앱을 올리려 합니다. [1] 가은 2016.04.29 470
1944 SetFocus 문의입니다 [2] 아폴로 2016.04.29 651
1943 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 5 - Exercise 1 [3] 관리자 2016.05.02 365
1942 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 5 - Exercise 2 [2] 관리자 2016.05.02 157
1941 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 5 - Exercise 3 [3] 관리자 2016.05.02 172
1940 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 5 - Exercise 4 [3] 관리자 2016.05.02 171