From: "Turner, David" <[EMAIL PROTECTED]>
Humm, put the following lines in "ftoption.h":

for GCC:
#define  FT_EXPORT(x)      x __attribute__((stdcall))
#define  FT_EXPORT_DEF(x)  x __attribute__((stdcall))

for DMC, Borland C++ or MSVC:
#define  FT_EXPORT(x)      __declc(dllimport) x
#define  FT_EXPORT_DEF(x)  __declc(dllexport) x


OK, yes, thats how I made the MSVC one, so that made sense, but MinGW is creating a libfreetype.a file, instead of a windows DLL..

So, what else needs to be configured?

Thanks,
Trevor Parscal




_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to