From: jqb AT netcom DOT com (Jim Balter) Subject: Re: Sorting environment 10 Apr 1997 19:41:51 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <334D1255.7FFA.cygnus.gnu-win32@netcom.com> References: <24837 DOT 9704091211 AT dedekind DOT cam DOT harlequin DOT co DOT uk> <334BEE15 DOT 170D AT netcom DOT com> <20894 DOT 9704101126 AT dedekind DOT cam DOT harlequin DOT co DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01Gold (WinNT; I) Original-To: Jon Thackray Original-CC: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com Jon Thackray wrote: > > Jim Balter writes: > > Jon Thackray wrote: > > > > > > I belive it to be part of the spec of CreateProcess that the > > > environment it is passed should be sorted. > > > > The CreateProcess documentation does not require this. > > In fact, since the environment block can be in Unicode, > > the sort order isn't even defined. > > Quoting from the Oct 96 MSDN docs for CreateProcess, near the end of the > "Remarks" section: > > If the current directory on drive C is \MSVC\MFC, there is an > environment variable called =C: whose value is C:\MSVC\MFC. As noted in > the previous description of lpEnvironment, such current directory > information for a system's drives does not automatically propagate to a > new process when the CreateProcess function's lpEnvironment parameter is > non-NULL. An application must manually pass the current directory > information to the new process. To do so, the application must > explicitly create the =X environment variable strings, get them into > alphabetical order (because Windows NT and Windows 95 use a sorted > environment), and then put them into the environment block specified by > lpEnvironment. Typically, they will go at the front of the environment > block, due to the previously mentioned environment block sorting. This parenthetical comment about what these systems "use" is not part of the win32 specification. If there really is Windows NT and Windows 95 software that depends upon sorting, then that is a bug. Not that that has any bearing on the real world, where practical software must accomodate MS's bugs. -- - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".