L
lmh79
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm1.FormCreate(Sender: TObject);<br>var<br> Namechar;<br>begin<br> //读取ini文件<br> Name:='';<br> GetPrivateProfileString(<br> 'Tab pages',<br> 'Forms',<br> '',<br> Name,<br> 100,<br> './Tab.ini'<br> );<br><br>end;<br>end.<br>在Dephi 6中出现如下错误,请高手指点:<br>Project Project1.exe raised exeception class EAccessViolation with message 'Access<br>Violation at address 77E70782 in module 'kernel32.dll'. Write of address 00451620'.<br>Process stopped.Use Step or Run to continue.