Andreas Mohr <[EMAIL PROTECTED]> writes:
> It's the standard sequence via wine_initial_task().
> What about doing a server request for the current working directory of
> the parent process at process creation time in wine_initial_task()
> in order to figure out the true absolute directory to load the file from ?
> That way we preserve the relative cmdline, of course.
> But I'm not exactly sure whether this would be easy to implement with a
> server request.
> Or is there a better way ?
Yes; we already have everything we need in main_exe_name[], we just
need to pass this to LoadModule16 instead of using the command
line. I'll try to come up with a fix.
--
Alexandre Julliard
[EMAIL PROTECTED]