From: Jean-Christophe Ulysse (Jean-Christophe.Ulysse++at++loria.fr)
Date: 05/22/2001 10:34:03
On Tue, May 22, 2001 at 07:10:14PM +0200, Stephane Jaeger wrote:
> Hi,
> the compiler doesn't accept the pfGetTravMat() routine ( it says it is
> undefined ) although
> I am including the Performer/pf.h header and I ve checked it is declared
> as extern in the
> header file. Does anybody have experienced the same kind of trouble ?
>
put a #define PF_C_API 1 at the begining of the file source
using pfGetTravMat().
remember that the best way is to use the c++ method :
void pfTraverser::getMat(pfMatrix &mat);
-- ----------------------------------------------------------------------- Jean-Christophe Ulysse PhD student in Computer Science ISA Team Laboratoire Lorrain de Recherche en Informatique et ses Applications -----------------------------------------------------------------------
This archive was generated by hypermail 2b29 : Tue May 22 2001 - 10:34:09 PDT