자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다. 
  • 제품설치/등록 오류 문의: 설치/등록 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
1939 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 6 - Exercise 1 [2] 관리자 2016.05.02 210
1938 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 6 - Exercise 2 [3] 관리자 2016.05.02 162
1937 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 6 - Exercise 3 [9] 관리자 2016.05.02 443
1936 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 6 - Exercise 4 [1] 관리자 2016.05.02 655
1935 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 7 - Exercise 1 [1] 관리자 2016.05.02 434
1934 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 7 - Exercise 2 [1] 관리자 2016.05.02 237
1933 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 7 - Exercise 3 [1] 관리자 2016.05.02 205
1932 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 7 - Exercise 4 [2] 관리자 2016.05.02 210
1931 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 8 - Exercise 1 [2] 관리자 2016.05.02 200
1930 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 8 - Exercise 2 [2] 관리자 2016.05.02 171
1929 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 8 - Exercise 3 [2] 관리자 2016.05.02 283
1928 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 8 - Exercise 4 관리자 2016.05.02 299
1927 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 9 - Exercise 1 [1] file 관리자 2016.05.02 167
1926 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 9 - Exercise 2 [1] file 관리자 2016.05.02 147
1925 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 9 - Exercise 3 [1] 관리자 2016.05.02 152
1924 [시작하는 사람들을 위한 델파이 프로그래밍] 모듈 9 - Exercise 4 [1] file 관리자 2016.05.02 289
1923 라벨프린터인쇄시 델7에서는 잘나오는데 XE7에서는 글자가 짤립니다 [1] 마이키 2016.05.02 653
1922 안드로이드 앱이 실행하진않는 오류가 발생합니다.. [3] 밤바야 2016.05.02 1201
1921 [베를린 웨비나] FireUI Preview 설치 설명을 나중에 게시판 통해서 조금 보강해 주시면 좋겠습니다. 험프리 2016.05.04 143
1920 [베를린 웨비나] 예제 샘플들이 다양했으면 좋겠습니다. 험프리 2016.05.04 106