[ft] Compilation problem with visual studio 2003

2006-01-08 Thread Niels Boldt
I have the following problems when I use the supplied solution file to compile freetype 2.1.10 on visual studio 2003. This gives the following error message: d:\Program Files\GnuWin32\src\freetype\2.1.10\freetype-2.1.10\src\base\ftutil.c(404): error C2491: 'ft_highpow2' : definition of dllimport

Re: [ft] Compilation problem with visual studio 2003

2006-01-08 Thread Werner LEMBERG
src\base\ftutil.c(404): error C2491: 'ft_highpow2' : definition of dllimport function not allowed Fixed in CVS, thanks for the report. You have to replace `FT_BASE' with `FT_BASE_DEF'. Werner ___ Freetype mailing list Freetype@nongnu.org