|
From: Daniele C. <dca...@in...> - 2008-01-08 14:46:16
|
You are right. The problem is my old compiler VS 6. With VS 2005 I compile without problem Thank's a lot. James W. Walker ha scritto: > 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 >> > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Quesa-develop mailing list > Que...@li... > https://lists.sourceforge.net/lists/listinfo/quesa-develop > > |