Eric Pouech eric.pouech@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.