|
From: James W. W. <os...@jw...> - 2008-01-07 17:26:46
|
On Jan 7, 2008, at 3:13 AM, Daniele Cavallini wrote: > 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 > ............ I have checked in that change (though the original was legal C++). > 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] ); I don't understand what it's complaining about. There are similar expressions in the main Quesa code. > > > > 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. >> > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quesa-develop mailing list > Que...@li... > https://lists.sourceforge.net/lists/listinfo/quesa-develop |