Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!necntc!dandelion!ulowell!hawes From: hawes@dino.ulowell.edu (Bill Hawes) Newsgroups: comp.sys.amiga.tech Subject: Re: SetName (and other BSTRs) Message-ID: <1984@dino.ulowell.edu> Date: 25 May 88 01:22:21 GMT References: <8805230316.AA04765@jade.berkeley.edu> Reply-To: hawes@dino.ulowell.edu (Bill Hawes) Organization: University of Lowell Productivity Center, Lowell MA. Lines: 13 Bryan, The BSTR for cli_SetName is statically allocated -- as part of the CLI's (inverted) stack. Don't even think about releasing it, but simply blast in your new string. The buffer is 64 characters long (including the leading length byte). BTW, was there a problem with prior versions of ConMan with your CD program? Since ConMan is just an I/O handler, it should be independent of anything related to CLI structures. -- Bill (ConMan, WShell author)