Clipper/C Problem

Michael P. Deignan mpd at anomaly.sbs.com
Mon Dec 24 09:11:23 AEST 1990


dgrimmer at ciss.Dayton.NCR.COM (Dave.Grimmer at Dayton.NCR.COM) writes:

>RESULTS:
>-------
>LINK : error L2029: Unresolved externals:

>_cos in file(s):
> DJGCOS.OBJ(djgcos.c)

The solution is to link in llibc[ea].lib, or whatever appropiate Microsoft
C library you use.

COS() is a C function in the MSC library. You didn't specify the library
in the LINK, thus, it can't find the function. Hence, unresolved external.

MD
-- 
-- Michael P. Deignan, President     -- Small Business Systems, Inc. --
-- Domain: mpd at anomaly.sbs.com       -- Box 17220, Esmond, RI 02917  --
-- UUCP: ...uunet!rayssd!anomaly!mpd -- Telebit:  +1 401 455 0347    --
-- XENIX Archives: login: xxcp, password: xenix  Index: ~/SOFTLIST   --



More information about the Comp.lang.c mailing list