Hi,

I try to compile NGL under Win98 with VisualC++ 6.
To do so I got the freetype lib 2.1.8.
But the compile gives me an error about the structure of FTC_ImageTypeRec :

D:\ngl\src\font\nglFont1_shr.cpp(294) : error C2039: 'font' : is not a member of 'FTC_ImageTypeRec_'

d:\freetype2\include\freetype\ftcache.h(557) : see declaration of 'FTC_ImageTypeRec_'

Actual déclaration is :

  typedef struct  FTC_ImageTypeRec_
  {
    FTC_FaceID   face_id;
    FT_Int       width;
    FT_Int       height;
    FT_Int32     flags;

  } FTC_ImageTypeRec;

  typedef struct FTC_ImageTypeRec_*   FTC_ImageType;

Should I try with freetype 2.1.4 ?

*************

On your links page, please note that the link to GLFW as changed :
http://glfw.sourceforge.net/

Regards.

--
Lionel Allorge
Courriel : [EMAIL PROTECTED]
Lune Rouge : http://www.lunerouge.org
Film Libre : http://www.filmlibre.org
Terminal Damage : http://www.terminal-damage.org
<------>
"Mozart était tellement précoce qu'à 35 ans il était déjà mort !"
Pierre Desproges


Reply via email to