From: tb200 AT aol DOT com (TB200) Newsgroups: comp.os.msdos.djgpp Subject: Re: dosmemput ... trying to preset VBESignature field Date: 25 Feb 1997 05:21:24 GMT Organization: AOL http://www.aol.com Lines: 7 Message-ID: <19970225052100.AAA03925@ladder02.news.aol.com> References: <3312680D DOT 55E9 AT osha DOT igs DOT net> NNTP-Posting-Host: ladder02.news.aol.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Just a thought- Instead of using dosmemput and associated functions which use the djgpp dos buffer, why not use an intersegment move to access it directly? If you use the djgpp buffer, it is easier, but in the FAQ I believe it said that you are not always guaranteed that the buffer exists. Since you can instead use a movedata with _dos_ds, why not give this a shot?