Xref: news2.mv.net comp.os.msdos.djgpp:2061 From: agserm AT netwizards DOT net (Ansel Sermersheim) Newsgroups: comp.os.msdos.djgpp Subject: Selectors? Date: Wed, 20 Mar 1996 04:18:14 GMT Organization: West Coast Online's News Server - Not responsible for content Lines: 10 Message-ID: <4io0p2$mb5@news.wco.com> Reply-To: agserm AT netwizards DOT net NNTP-Posting-Host: dial50.netwizards.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm new to DJGPP, and I need info about 'selectors'. I assume it's something like a windows 'handle' where you call a function to get an actual pointer from a selector? I'm using the function to allocate a lower-memory block, and I need to pass an interrupt routine a segment:offset pair. Can I do this? How? P.S. Don't bother saying 'Get a protected-mode programming book' because I'm already attempting to do that. However, if you have a particular book that you'd really like to recommend, please do.