freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Project for MS Visual C++


From: ckeil
Subject: Project for MS Visual C++
Date: Wed, 20 Sep 2000 16:38:01 +0200

Hi Eddie,

i can provide a MS Visual Project for creating a freetype2.8.dll (using 
MSVCRT.dll).


  
Pleate note:

I did the following changes:
added the following code to .\include\freetype\ftoption.h below #undef 
FT_EXPORT_DEF:
#ifdef _WIN32
#define FT_EXPORT_DEF(x)  __declspec(dllexport) x
#else
#define FT_EXPORT_DEF(x)  extern x
#endif

.\src\psnames\psnames.c:
changed #include <psmodule.c> to   #include <psnames/psmodule.c>


Copy the the project files in your freetype directory.
If you use the freetype2.8.dll all your program-components must  also be 
created with Multithreaded Dll (using MSVCRT.dll).
As additional include-directory in MS Visual  C++ you need 
<freetype-dir>\include.

Hope it works and helps you

regards Claudia

Attachment: freetype2.8.dsp
Description: Binary data

Attachment: freetype2.8.dsw
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]