System.Process

Simon Marlow simonmar at microsoft.com
Fri Jun 18 09:10:27 EDT 2004


On 18 June 2004 13:47, Krasimir Angelov wrote:

> Where are you planning to import the new module in
> base package? In such case why you use win32 package?

Putting it in the base package would be painful, because of the Win32
and System.Posix dependencies.  Hence it will probably go in a separate
package.

The Win32 package was useful for error handling and some other things.
Some of this implementation should probably move into the Win32 library
itself.

Cheers,
	Simon


More information about the Libraries mailing list