|
From: Daniele C. <dca...@in...> - 2008-01-07 11:13:51
|
This is the compile's list error I found with Visual Studio: lowerattributestogeometries.cpp(193) : error C2065: 'not' : undeclared identifier if (not geomAtts.isvalid()) -> if (!geomAtts.isvalid()) FIXED ............ mergetrimeshlist.cpp(137) : error C2059: syntax error : '*' const TQ3TriMeshData& tmData( *tmPeek ); ............ mergetrimeshlist.cpp(150) : error C2061: syntax error : identifier 'mergedFaces' TQ3TriMeshTriangleData& theFace( mergedFaces[j] ); ............ mergetrimeshlist.cpp(159) : error C2061: syntax error : identifier 'mergedEdges' TQ3TriMeshEdgeData& theEdge( mergedEdges[j] ); James Walker ha scritto: > James W. Walker wrote: > > >> You mean there is a compile error? If you tell me what the error is >> and what line of code produces it, I could probably tell you how to >> fix it. >> > > P.S. I just committed a couple of changes that may help. > |