> Thank you. This option works. > > Any idea how to get pid_t? I think it is in sys/types.h under linux, > but msvc types.h may not have it. This causes problems in > src/support/forkedcall.h etc. > > Bo >
Hey Bo, it should be defined in windows.h. Under http://support.microsoft.com/default.aspx?scid=KB;en-us;178893& you will find some sample code (I couldn't find anything more useful in a hurry). Notice that dwPID is a DWORD on Windows. Cheers, Michael