From: "Lennart Marien" Newsgroups: comp.os.msdos.djgpp Subject: Question about Pointers Date: Sat, 11 Apr 1998 00:36:36 +0200 Organization: Metronet Lines: 13 Message-ID: <6gm6rt$5bu$1@news.metronet.de> NNTP-Posting-Host: hamburg2.pop.metronet.de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi! I have a small question about Pointers: How do I get the Realmode Segment:Offset couple out of a pointer? I have a Data Structure and a pointer holding its adress. I now need the Seg:Ofs for a certain reason. How can I manage that? Thank you in advance! cu