Hello,
Create a breakpoint at the beginning of that function where that AV error is 
occurring, and run the app and that function. Step thru the code line by line 
when it hits the breakpoint... until the AV happens. 

Something doesnt exist when you try to access it.
At this point we dont have enough info
Hope this helps...
Paul

Bijal Mandviya <[EMAIL PROTECTED]> wrote:    
   Hi there!
 i m very new to delphi world. i have a project
 developed in delphi3
 and is required to migrate into delphi5 and
 delphi2005.
 i am trying alot on this but not able to do this.
 while running my delphi3 project  under delphi5
 enviroment,first i am getting an run-time error as: "
 Project Greenproj.exe raised exception class
 EAccessViolation with message 'access  violation at 
 address C08B0117. Read of address C08B0117'.Process
 stopped. Use step or run to continue"
 This error occurs at line when i m trying to invoke a
 function.
 in that function, there is used Class1.Create(self);
 this Class1 is declared somewhere else as :
 Class1 : Class of TEditor;
 TEditor : Class(Tcomponent);
 and while looking inside this class, there is no where
 written Constructor Create(.........
 Is it b'coz of this missing Create(), i m getting
 access violation?
 or is this b'coz of Class-reference that is not
 getting it's refernce properly?
 please help me. i m very confussed and not even in
 position to move ahead.
 what should i do?
 is there any alternative to this?
 Looking for your quick response.
 thanks.
 
 
 with regards,
 -Bijal...
   
 
                
---------------------------------
Blab-away for as little as 1ยข/min. Make  PC-to-Phone Calls using Yahoo! 
Messenger with Voice.

[Non-text portions of this message have been removed]



-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to