자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다.
- 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)
본 게시판 사용시 당부 사항
* 이 게시판은 자유롭게 질문을 올리고 자발적으로 답변을 공유하는 게시판입니다.
* 어느 누구도 답변을 달아야만 하는 책임은 없습니다.
* 따라서 질문을 올리실 때에는 최대한 자세하고 정중하게 질문을 올려 주세요.
* 최대한 질문을 자세히 올려야 답변도 자세히 올라 옵니다.
* 본 질문에 답변을 주시는 여러 개발자님들께 미리 감사드립니다.
-----------------------------------------------------------------------------------------------
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
댓글 0
본 게시판 사용시 당부 사항
* 이 게시판은 자유롭게 질문을 올리고 자발적으로 답변을 공유하는 게시판입니다.
* 어느 누구도 답변을 달아야만 하는 책임은 없습니다.
* 따라서 질문을 올리실 때에는 최대한 자세하고 정중하게 질문을 올려 주세요.
* 최대한 질문을 자세히 올려야 답변도 자세히 올라 옵니다.
* 본 질문에 답변을 주시는 여러 개발자님들께 미리 감사드립니다.
-----------------------------------------------------------------------------------------------
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