Message-ID: <001701c110fc$640a8aa0$1557868b@oemcomputer> From: "Ramesh Sajja" To: Cc: References: <9wz37.445$a04 DOT 1454 AT newsfeeds DOT bigpond DOT com> <2593-Fri13Jul2001165659+0300-eliz AT is DOT elta DOT co DOT il> <003101c10c5d$2f7b8300$cf5b8690 AT oemcomputer> <8361-Sat14Jul2001163627+0300-eliz AT is DOT elta DOT co DOT il> Subject: Re: memory sharing Date: Fri, 20 Jul 2001 17:14:26 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com Thank u Zaretskii, Could you please please give me some sample code to pass segment:offset values thru command line . I have tried execv function , I was able to pass character variables only. ----- Original Message ----- From: "Eli Zaretskii" Newsgroups: comp.os.msdos.djgpp To: Cc: Sent: Saturday, July 14, 2001 9:36 PM Subject: Re: memory sharing > > From: "Ramesh Sajja" > > Date: Sat, 14 Jul 2001 20:04:48 +0800 > > > > Thank u Zaretskii, but the real problem is how do I pass the segment:offset > > pair to the other program ? > > You can pass it via the command line when you invoke the other > program.