CreateProcess design

Alexandre Julliard julliard at winehq.com
Mon Apr 1 14:05:37 CST 2002


Eric Pouech <eric.pouech at wanadoo.fr> writes:

> > The basic idea is to have two separate programs; a 'wine' that does
> > all the command-line processing, and a 'wineloader' that simply
> > executes a new process from CreateProcess. Then all the option
> > handling can be moved out of kernel and into that wine program.
> how would you pass info from the former to the later (and under which
> form) ?

Most likely a combination of environment variables and registry
keys. This may also require some restructuring of the configuration
file handling in the registry. The exact details are not really
defined yet.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list