On Fri, Apr 20, 2001 at 03:34:40PM -0700, Francois Gouget wrote:
> On Fri, 20 Apr 2001, Lionel Ulmer wrote:
> [...]
> > if (lpStartupInfo->lpDesktop)
> > FIXME("(%s,...): lpStartupInfo->lpDesktop %s ignored\n",
> > name, lpStartupInfo->lpDesktop);
> [...]
> > So what should we do ?
On Fri, 20 Apr 2001, Lionel Ulmer wrote:
[...]
> if (lpStartupInfo->lpDesktop)
> FIXME("(%s,...): lpStartupInfo->lpDesktop %s ignored\n",
> name, lpStartupInfo->lpDesktop);
[...]
> So what should we do ? Suppress the '%s' and replace it with a '%p' ? Add a
> check on the pointer to
Hi all,
While running a program, I got a crash in the CreateProcessA, in the
following debug TRACE line :
if (lpStartupInfo->lpDesktop)
FIXME("(%s,...): lpStartupInfo->lpDesktop %s ignored\n",
name, lpStartupInfo->lpDesktop);
By running the debugger, I got this :
Wine-dbg>print