|
From: | Ian Brown |
Subject: | RE: [Devel] link errors with MSVC++ |
Date: | Mon, 28 Jan 2002 16:38:46 +0100 |
Yes, the project is out of date. Use the .dsp file I posted a couple of weeks ago (look in the archive, or get it from CVS).
Ian
Ps: Werner, I'll update the html file sometime this week and send it to you as you asked. I'm a bit snowed under right now though.
-----Original Message-----
From: Martin Schafer [mailto:address@hidden]
Sent: Monday, January 28, 2002 4:31 PM
To: address@hidden
Subject: [Devel] link errors with MSVC++
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 mailing list
address@hidden
http://www.freetype.org/mailman/listinfo/devel
[Prev in Thread] | Current Thread | [Next in Thread] |