From: mweber AT cc DOT gatech DOT edu (Mike Weber) Newsgroups: comp.os.msdos.djgpp Subject: ptrs in djgpp Date: Tue, 18 Mar 1997 04:16:47 GMT Organization: Georgia Institute of Technology Lines: 12 Message-ID: <332e15c5.216592@news> NNTP-Posting-Host: r68h63.res.gatech.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hey, How do pointers work in djgpp? Are they just offsets in the current ldt descriptor? If they are, is there anyway to change the segment you are in( without using dpmi stuff)? Also if you can change the segment, I'm assuming you can change from the current ldt to the gdt. Sorry -- one last thing -- is there a way to associate a segment to a pointer? It doesn't seem possible since a pointer is 32-bits and a segment and a pointer would be 48-bits, but is there another way? Mike (mweber AT cc DOT gatech DOT edu)