Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Principal > Varios
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Grupo de Teaming del ClubDelphi

Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 11-11-2010
amaia amaia is offline
Registrado
 
Registrado: abr 2009
Posts: 7
Poder: 0
amaia Va por buen camino
Access violation at adress in module

Hola!

Estoy diseñando una aplicación y de repente, al intentar modificar el name de un DataModule se produce el error y no me permite cambiar dicho name.

En los detalles del error aparece lo siguiente, ¿alguien me puede echar una mano para interpretarlo?

Mil Gracias
Amaia.[50006EC1]{rtl120.bpl } System.GetDynaMethod (Line 10185, "System.pas" + 9) + $0
[50006EE8]{rtl120.bpl } System.@CallDynaInst (Line 10212, "System.pas" + 3) + $0
[50048B2D]{rtl120.bpl } Classes.GetDesigner (Line 4189, "Classes.pas" + 3) + $6
[50048BB5]{rtl120.bpl } Classes.FindRootDesigner (Line 4205, "Classes.pas" + 1) + $B
[21BE9E2C]{delphivclide120.bpl} VCLFormDesigner.TVCLRootDesigner.FindRootOf (Line 535, "VCLFormDesigner.pas" + 2) + $5
[20ADA5E3]{designide120.bpl} ComponentDesigner.IsExternalLink (Line 3625, "ComponentDesigner.pas" + 1) + $A
[20ADA784]{designide120.bpl} ComponentDesigner.FindComponentDependencies (Line 3663, "ComponentDesigner.pas" + 17) + $3F
[20ADA8D0]{designide120.bpl} ComponentDesigner.TComponentRoot.UpdateDependencies (Line 3693, "ComponentDesigner.pas" + 5) + $D
[20AE18B3]{designide120.bpl} ComponentDesigner.TComponentDesigner.UpdateRootDependents (Line 6340, "ComponentDesigner.pas" + 2) + $25
[20ADE55D]{designide120.bpl} ComponentDesigner.TComponentRoot.ValidateRename (Line 5150, "ComponentDesigner.pas" + 43) + $8
[514AC3C5]{vcldesigner120.bpl} VCLSurface.TVclDesignSurface.ValidateRename (Line 3835, "VCLSurface.pas" + 2) + $D
[501E54B4]{vcl120.bpl } Forms.TCustomForm.ValidateRename (Line 3681, "Forms.pas" + 3) + $10
[50057D66]{rtl120.bpl } Classes.TComponent.SetName (Line 11770, "Classes.pas" + 6) + $A
[50040A77]{rtl120.bpl } TypInfo.SetUnicodeStrProp (Line 2149, "TypInfo.pas" + 24) + $5
[501C9CE7]{vcl120.bpl } Controls.TWinControl.WndProc (Line 9336, "Controls.pas" + 136) + $6
[20BA65F3]{vclide120.bpl} IDEInspListBox.TPropInspEdit.WndProc (Line 439, "IDEInspListBox.pas" + 7) + $4
[501C5280]{vcl120.bpl } Controls.TControl.Perform (Line 6420, "Controls.pas" + 10) + $8
[20ABAD4D]{designide120.bpl} DesignEditors.TPropertyEditor.SetStrValue (Line 859, "DesignEditors.pas" + 4) + $9
[20ABC00C]{designide120.bpl} DesignEditors.TStringProperty.SetValue (Line 1521, "DesignEditors.pas" + 0) + $0
[20BA7B77]{vclide120.bpl} IDEInspListBox.TInspListBox.SetPropValue (Line 1138, "IDEInspListBox.pas" + 38) + $19
[20BA88DE]{vclide120.bpl} IDEInspListBox.TInspListBox.EditKeyPress (Line 1470, "IDEInspListBox.pas" + 25) + $7
[501CB967]{vcl120.bpl } Controls.TWinControl.KeyPress (Line 10376, "Controls.pas" + 1) + $16
[501CB9BA]{vcl120.bpl } Controls.TWinControl.DoKeyPress (Line 10392, "Controls.pas" + 9) + $8
[501CB9E2]{vcl120.bpl } Controls.TWinControl.WMChar (Line 10431, "Controls.pas" + 6) + $4
[501C565A]{vcl120.bpl } Controls.TControl.WndProc (Line 6642, "Controls.pas" + 91) + $6
[501C9CE7]{vcl120.bpl } Controls.TWinControl.WndProc (Line 9336, "Controls.pas" + 136) + $6
[20AA9C5E]{designide120.bpl} DeskUtil.SetFocusHook (Line 435, "DeskUtil.pas" + 4) + $C
[50048010]{rtl120.bpl } Classes.TThreadList.UnlockList (Line 3751, "Classes.pas" + 0) + $4
[5012C914]{vcl120.bpl } Graphics.FreeMemoryContexts (Line 6829, "Graphics.pas" + 12) + $5
[501C9400]{vcl120.bpl } Controls.TWinControl.MainWndProc (Line 9065, "Controls.pas" + 3) + $6
[501C9415]{vcl120.bpl } Controls.TWinControl.MainWndProc (Line 9068, "Controls.pas" + 6) + $0
[500591DC]{rtl120.bpl } Classes.StdWndProc (Line 12703, "Classes.pas" + 8) + $0
[501C9CE7]{vcl120.bpl } Controls.TWinControl.WndProc (Line 9336, "Controls.pas" + 136) + $6
[20BA65F3]{vclide120.bpl} IDEInspListBox.TPropInspEdit.WndProc (Line 439, "IDEInspListBox.pas" + 7) + $4
[501C9400]{vcl120.bpl } Controls.TWinControl.MainWndProc (Line 9065, "Controls.pas" + 3) + $6
[500591DC]{rtl120.bpl } Classes.StdWndProc (Line 12703, "Classes.pas" + 8) + $0
[501EE7D8]{vcl120.bpl } Forms.TApplication.IsKeyMsg (Line 9563, "Forms.pas" + 25) + $12
[501EEABD]{vcl120.bpl } Forms.TApplication.ProcessMessage (Line 9660, "Forms.pas" + 30) + $1
[501EEB02]{vcl120.bpl } Forms.TApplication.HandleMessage (Line 9690, "Forms.pas" + 1) + $4
[501EEE2D]{vcl120.bpl } Forms.TApplication.Run (Line 9827, "Forms.pas" + 26) + $3
[004259E6]{bds.exe } bds.bds (Line 198, "" + 8) + $FFFB
Responder Con Cita
Respuesta



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
Access violation at address ... in module 'RLINK32.DLL' FelipeDiaz Varios 18 26-03-2016 21:39:00
Error Access violation at address 00404CE8 in module bothy Varios 32 20-03-2010 23:32:07
¿cual es el error? Acces violation at adress 006C696E. Write of adress 004AD5EC rrf Conexión con bases de datos 6 29-01-2009 16:46:02
Violación de Dirección Access violation at adress Manuel Varios 8 26-11-2007 20:19:02
Access Violation in module 'qrpt35.bpl' alt126 C++ Builder 5 03-02-2005 12:04:35


La franja horaria es GMT +2. Ahora son las 01:06:32.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi