[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error in vector declaration?
From: |
Dave Barrett |
Subject: |
Re: error in vector declaration? |
Date: |
Tue, 4 Jul 2000 10:20:47 -0500 |
If any of your code or precompiled headers have a "using namespace std;"
clause in them, it will happen.
Dave
----- Original Message -----
From: "Allen Lin" <address@hidden>
To: <address@hidden>; <address@hidden>
Sent: Monday, July 03, 2000 4:32 PM
Subject: error in vector declaration?
> Having a problem integrating FreeType2 into my code. Have included it in
my
> project, but am getting the following error messages.
>
>
c:\work\cvshome\uiproto\free2\freetype2-current\include\freetype\freetype.h(
> 2190) : error C2955: 'vector' : use of class template requires template
> argument list
>
> c:\program files\microsoft visual studio\vc98\include\vector(244) : see
> declaration of 'vector'
>
> They refer to this line in freetype.h
>
> FT_EXPORT_DEF(void) FT_Vector_Transform( FT_Vector* vector, FT_Matrix*
> matrix );
>
> Anyone else having this problem, or is it just me? Help would be much
> appreciated.
>
> - Allen H. Lin (not quite Asok)
> Programming Intern
> Quicksilver Software Inc.
> (949)474-2150 x56
>
> The views addressed in this e-mail are not representative of Quicksilver
> Software in any way, shape, or form.
>
>