Date: Sun, 14 Apr 1996 09:04:10 +0200 (IST) From: Eli Zaretskii To: j DOT aldrich6 AT genie DOT com Cc: djgpp AT delorie DOT com Subject: Re: Paths and .COM files In-Reply-To: <199604120022.AA280978575@relay1.geis.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 12 Apr 1996 j DOT aldrich6 AT genie DOT com wrote: > but which comes first. :) Can you recommend any way around thisbesides simply > writing my own version of searchpath()? If I did this, > would I run into any copyright or licensing troubles, as I'd simply be > copying the code and making a few changes? I think writing your own function *is* the correct solution. I don't see any copyright problems, since DJGPP C library is free, which means you can do anything you want with the sources. (Giving credit to the original sources would be nice, though.)