in reply to Re^2: Read STDOUT from Win32::Job while process is running
in thread Read STDOUT from Win32::Job while process is running
For some reason (that I haven't yet investigated), with ActivePerl I then get undefined references to `CreateJobObjectA', `SetInformationJobObject', `AssignProcessToJobObject' - which is odd, because these symbols are all defined in libbkernel32.a and we link to that library. (It may just be that we need to link to libkernel32.a *before* JobObject.o.)#define JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE 0x2000
|
|---|