Message-ID: <3517F766.C5D548FE@mailexcite.com> Date: Tue, 24 Mar 1998 10:11:50 -0800 From: Jeremy Vink MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Linking problems / CONIO.H Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: ts25ip129.cadvision.com Organization: CADVision Development Corporation (http://www.cadvision.com/) Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I'm having a couple of problems with DJGPP, grx, and bcc2grx... First off: I seem to be unable to use conio.h in anything safely. RHIDE brings up a "Parse error before 0" message on the enum line which defines BLACK. For now I've got the entire enum statement commented, and it seems to be working okay, but that's obviously a temporary fix. Secondly, I'm having great difficulty linking apps which require librarys. As stated in the documents for GRX and BCC2GRX, I've added their lib directories, (Or in BCC2GRX's case, lib/dj) to the LIBRARY_PATH variable in djgpp.env... However, gcc complains about the functions which are a part of bcc2grx/grx not being defined. MAKE handled the demos for these programs fine, and manually linking the librarys into my apps fixes the problem. Any help would be greatly appreciated. Datum (Jeremy Vink)