Date: Mon, 4 Nov 2002 07:56:00 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: cwg cc: djgpp AT delorie DOT com Subject: Re: Psuedo Newbie - Rhide - PmCom question. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 3 Nov 2002, cwg wrote: > Build All > > Linker errors: > undefinded reference to 'COMInit' > undefinded reference to 'COMDetect' > undefinded reference to 'COMGetHardwareParameters' > > and I did add the path C:\djgpp\contrib\pmcom\rel\ to the libraries section > of Rhide. So what am I overlooking in this endeavor? You need to add the pmcom library to your project. (Sorry, I don't use RHIDE, so I cannot give precise instructions.) By default, the linker will not scan any libraries but the standard ones.