Einzelnen Beitrag anzeigen

MathiasSimmack
(Gast)

n/a Beiträge
 
#15

Re: nonVCL: Runtime Error 216 (Access Violation) bei AssignF

  Alt 30. Okt 2003, 18:22
Ja, war mein Fehler. Ich meine, ich mach´s ja auch bspw. so:
Delphi-Quellcode:
  i := GetEnvironmentVariable('PATH',nil,0);
  GetMem(pBuf,i);
  try
    if(GetEnvironmentVariable('PATH',pBuf,
      i { <-- "i" und nicht "sizeof" }) = 0) then
    ZeroMemory(@pBuf,sizeof(pBuf));

    { ... }

  finally
    FreeMem(pBuf);
  end;
usw. Sorry. Ich ... äh ... *hust* ... Ich wollt´ nur mal seh´n ob ihr auch alle schön aufpasst.
  Mit Zitat antworten Zitat