in reply to Re: How to get system -function negative return value?
in thread How to get system -function negative return value?

Doesn't help.. :(

I tested and noticed that when process is perl-module, it works like that way. But when process is c-module exe, negative return value is always same. Also This must work with return values between about -99999 to 999999. With perl module range was 0 to 255, both positive and negative values, so never know which original value is. Maybe I have to try solve this with win32::process..

  • Comment on Re: Re: How to get system -function negative return value?