[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] link errors with MSVC++
From: |
Martin Schafer |
Subject: |
[Devel] link errors with MSVC++ |
Date: |
Mon, 28 Jan 2002 15:31:02 -0000 |
Hi,
I built the FreeType library first with jam, and then with the VC++ project
in the builds\win32\visualc folder.
But whenever I'm linking my application with the FreeType library, I'm
getting these link errors:
freetype.lib(type1.obj) : error LNK2001: unresolved external symbol __pctype
freetype.lib(type1cid.obj) : error LNK2001: unresolved external symbol
__pctype
freetype.lib(type1.obj) : error LNK2001: unresolved external symbol
___mb_cur_max
freetype.lib(type1cid.obj) : error LNK2001: unresolved external symbol
___mb_cur_max
I also tried the multithreaded version of the library, with the same result.
When I use the
libraries built with VC++, I even get another link error:
freetype204_D.lib(ftinit.obj) : error LNK2001: unresolved external symbol
_pshinter_module_class
Does anybody have an idea what's going wrong with my setup?
Any help appreciated,
Martin Schaefer
Cadcorp Ltd.
- [Devel] link errors with MSVC++,
Martin Schafer <=