Zitat von
Luckie:
Ich habe das Problem, dass WaitForMultipleObjects nicht wartet.
Delphi-Quellcode:
HandleArray : array of THandle;
//...
wfmo := WaitForMultipleObjects(length(HandleArray), @HandleArray, True, INFINITE);
Versuche es mit @HandleArray[0], ein dynamisches Array ist nur ein Pointer...