From: "Cool Stu" Newsgroups: comp.os.msdos.djgpp Subject: SegRead Date: Sat, 25 Sep 1999 17:13:27 -0500 Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: pm3-25.ppp2.webzone.net X-Original-NNTP-Posting-Host: pm3-25.ppp2.webzone.net Message-ID: <37ed4960@wznews.webzone.net> X-Trace: 25 Sep 1999 17:14:56 -0600, pm3-25.ppp2.webzone.net Organization: WebZone - http://www.webzone.net/ - +1.918.585.8800 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello, I just tried to port a file from Borland C++ Lite and put it into DJGPP. I keep getting an error about segread not being defined. I looked into the header for DOS, where the reg stuff is kept, and put that in, and the computer said it still wasn't defined. If I take out SegRead from the file, the program crashes on the next line because that var is used there. Where can I get SegRead, or do I have to rewrite the whole program?? Cool Stu