[comp.lang.c] Quick C problem, help!

frankhua@cs.mcgill.ca (Frank X.J HUANG) (01/26/91)

The problem is:

While linking, the QC can't find the second lib file (*.lib) which I have
to use.

My 'qc.bat' is as following:

====
PATH D:\QC25\BIN;D:\QC25\TUTORIAL
set INCLUDE=D:\QC25\INCLUDE;D:\GRAYLIB
set LIB=D:\QC25\LIB;D:\GRAYLIB
MOUSE		    ~~~~~~~~~~
D:
CD\QC25\BIN
QC
PATH D:\WINDOWS;C:\;C:\DOS
====


I have no problem compiling other program, but in case of using the
functions included in the library files in D:\GRAYLIB, it always fails and
gives me a error of something like 'unresolved external ...'

Anyway, what should I do if I want to use more than one library?!?

I am pretty new to QuickC and, C.  So, any help will be apprecited!

-- 
 Email: frankhua@bart.cs.mcgill.ca  |    Frank X Huang	     
 Tel  : Office: (514)398-7086	    |    School of Computer Science   
        Home  : (514)284-5479	    |	 McGill University	     
 Fax  : (514) 398-3883	            |	 Montreal, Canada H3A 2A7