Hi,
Ja hab die Zeile gefunden. Ich habe VirtualFree falsch aufgerufen. Es muss so heißen:
Delphi-Quellcode:
VirtualFree(ItemLoc,0,MEM_RELEASE);
VirtualFreeEx(hProc,ItemGlob,0,MEM_RELEASE);
Es funktioniert jetzt. Danke
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."