Brad King
|
33566642a0
BUG: Argument parsers do not always remove double quotes from around an argument that has no spaces.
|
22 years ago |
Brad King
|
f24a0f17ea
ERR: Added cast to remove warning. We know the length of the string will not be beyond 2^31.
|
22 years ago |
Brad King
|
6b1770932e
ERR: Should use %p to pass HANDLE values on a command line, not %d.
|
22 years ago |
Andy Cedilnik
|
1f5defbdcf
ERR: Remove warnings on Windows
|
22 years ago |
Brad King
|
ef76ed76f8
ENH: Added DLL support.
|
22 years ago |
Brad King
|
30f4c011b0
BUG: Must return Exception status correctly.
|
22 years ago |
Brad King
|
7e80f2f874
ENH: Added documentation to interface. Finished process exit code interpretation implementation prototype.
|
22 years ago |
Brad King
|
751509cf10
ERR: Added error check for malloc of process control structure.
|
22 years ago |
Brad King
|
ef5214c6c5
ERR: Using GetCurrentProcessId instead of _getpid so we don't need to include the system process.h header. Also creating pipe threads with 1K stacks to save memory.
|
22 years ago |
Brad King
|
bd2590ddb5
ERR: Removed unused variables.
|
22 years ago |
Brad King
|
68a9683d0d
BUG: Don't show a console application's window.
|
22 years ago |
Brad King
|
96ccaed54d
ENH: Added Process execution implementation.
|
22 years ago |