From: "cwg" Newsgroups: comp.os.msdos.djgpp References: <9ldcsu824aoqi1bdsintv83c208uh0d40n AT 4ax DOT com> Subject: Re: Psuedo Newbie - Rhide - PmCom question. Lines: 23 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: X-Complaints-To: abuse AT usenetserver DOT com X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly. NNTP-Posting-Date: Mon, 04 Nov 2002 08:01:29 EST Organization: WEBUSENET.com Date: Mon, 4 Nov 2002 07:18:14 -0600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Andrew Cottrell" wrote in message news:9ldcsu824aoqi1bdsintv83c208uh0d40n AT 4ax DOT com... > I have not seen any examples that come with PMCOM 1.0 or any of the > 1.1 beta's that I have used so could you please let me know where this > example is from. starting at line 2116 in the raw .txi > Looks like you have not included the com.a fiel from the pmcom rel > directory. A quick way of doing this is to include the com.a like a > normal .c file in the project. A more correct way is to rename the > com.a to libcom.a and include the libcom.a as a library via the > options->librarry menu option by typing in com (Rhide preappends the > lib) and add the pmcom\rel directoty to the library search path. Uncertain if it helps, still overlooking something, now I get an error message from the linker: Error: cannot find -lc:\djgpp\pmcom\rel\ If I remove it from the Libraries 'box' the previous errors manifest. It doesn't matter whether it's in the directories/libraries box.