[Gridflow-dev] [Gridflow-cvs] [svn] commit: r6276 - /trunk/src/opengl.cxx

Mathieu Bouchard matju at artengine.ca
Sat Sep 18 11:13:58 EDT 2010


On Sat, 18 Sep 2010, svn-gridflow at artengine.ca wrote:

> -		out[0](list);
> +		out[0]((long)list);

what was the error message ? perhaps this type could be supported directly 
by the PtrOutlet::operator() functions in gridflow.hxx (look for struct 
PtrOutlet).

But I recall that there are some troubles with that, and for example, if 
size_t is considered exactly the same type as uint32 (not just same size), 
then having an entry for each with cause a "duplicate definition" error.

  _______________________________________________________________________
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC


More information about the Gridflow-dev mailing list