[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Errors messages popping up in VSC6
From: |
Allen Lin |
Subject: |
Errors messages popping up in VSC6 |
Date: |
Wed, 28 Jun 2000 17:03:50 -0700 |
Hola all. Still having problems compiling in VSC6. I'm not using GNU make
because I want to be able to integrate this code into our existing UI code
without relying on a third party build.
The following source files have been added to the product:
ftbase.c
ftdebug.c
ftglyph.c
ftgrays.c
ftinit.c
ftraster.c
ftsystem.c
psnames.c
sfnt.c
t1driver.c
truetype.c
type1.c
The compiler has been instructed to look in the following directories for
included files:
freetype2-current\include
freetype2-current\src\psnames
freetype2-current\src\sfnt
freetype2-current\src\truetype
freetype2-current\src\base
freetype2-current\src\type1
I'm getting these error messages:
type1.obj : error LNK2005: _t1_driver_class already defined in t1driver.obj
ftinit.obj : error LNK2001: unresolved external symbol _t1z_driver_class
ftinit.obj : error LNK2001: unresolved external symbol
_ft_smooth_renderer_class
ftinit.obj : error LNK2001: unresolved external symbol
_ft_raster1_renderer_class
ftinit.obj : error LNK2001: unresolved external symbol _t1cid_driver_class
ftinit.obj : error LNK2001: unresolved external symbol _cff_driver_class
t1driver.obj : error LNK2001: unresolved external symbol _T1_Read_AFM
t1driver.obj : error LNK2001: unresolved external symbol _T1_Load_Glyph
t1driver.obj : error LNK2001: unresolved external symbol _T1_Done_GlyphSlot
t1driver.obj : error LNK2001: unresolved external symbol _T1_Init_GlyphSlot
t1driver.obj : error LNK2001: unresolved external symbol _T1_Done_Size
t1driver.obj : error LNK2001: unresolved external symbol _T1_Init_Size
t1driver.obj : error LNK2001: unresolved external symbol _T1_Done_Face
t1driver.obj : error LNK2001: unresolved external symbol _T1_Init_Face
t1driver.obj : error LNK2001: unresolved external symbol _T1_Get_Kerning
t1driver.obj : error LNK2001: unresolved external symbol _T1_Reset_Size
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/FreeType2.exe : fatal error LNK1120: 16 unresolved externals
Any help which can be given would be most welcome.
- Allen H. Lin (not quite Asok)
Programming Intern
Quicksilver Software Inc.
(949)474-2150 x56
The views addressed in this e-mail are not representative of Quicksilver
Software in any way, shape, or form.
- Errors messages popping up in VSC6,
Allen Lin <=