Xref: news2.mv.net comp.os.msdos.djgpp:5268 From: fwk AT pacific DOT net DOT sg (Foo Wan Kin) Newsgroups: comp.os.msdos.djgpp Subject: Re: _movedata question Date: Sat, 22 Jun 1996 16:09:56 GMT Organization: Pacific Internet, Singapore Lines: 15 Message-ID: <4qh96f$hse@raffles.technet.sg> References: <31CB7CC9 DOT D67 AT cc DOT umanitoba DOT ca> NNTP-Posting-Host: max82ppp128.pacific.net.sg To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Steven Shaw wrote: :>Someone tell me if there is something wrong with this statement; :> _movedatab((unsigned) _my_ds, (unsigned) pImagePtr, _dos_ds, 0xA0000, 5); [sniped] Its _my_ds() not _my_ds. You can find it using info by typing: info libc alpha _my_ds. Hope this helps. Wan Kin