> > There is also GetExitCodeProcess() in src/support/ForkedCalls.cpp. > > Kornel OK, so `pret` should be DWORD. But then -1 can be assigned to it (I assume that it is safe for all bits set for unsigned type, but still get warnings during compilation). Should it be UINT32_MAX to get rid of this warning? Yuriy