Mail Archives: djgpp/2002/11/04/00:15:14
From: | "cwg" <cwg01 AT netzero DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Psuedo Newbie - Rhide - PmCom question.
|
Lines: | 36
|
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: | <Yhnx9.251$7F2.21@news.bellsouth.net>
|
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 00:09:12 EST
|
Organization: | WEBUSENET.com
|
Date: | Sun, 3 Nov 2002 23:15:32 -0600
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Psuedo = I understand most things, but am baffled by weirdness which doesn't
seem to be easy, to my way of thinking.
Overview: Migrating a control program from QBasic to C.
Demanding requirements for this transfer:
End result may never truely run as a stand alone, will probably be launched
directly from IDE for irregular, but certain to happen, changes will need to
be made in the controling sequence.
I've been in and out of C for quite a while now, some old regulars may
recognize the name.
HI!
I've written tons of code, but not much in C, mainly because I get baffled
by error messages which don't seem to make sense, and they ARE programmer
generated error messages. The syntax error messages I can resolve, simple
reading of the source leads to the answer. It's the environmental errors
which toss me for a loop. I downloaded the pmcom10.zip, found it within the
FAQ, along with others, (BTW: thanks for writing exactly what I need ;), and
dropped it into c:\djgpp.
Ran MAKE as per the instructions.
Copied example 1 from the .txi file and loaded it into Rhide.
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?
- Raw text -