|
From: Daniele C. <dca...@in...> - 2007-06-05 16:25:52
|
I Add E3Math_Intersect.cpp ,QOShadowMarker QOCalctrimeshEdges.cpp (Just I change a "not" with "!") Now compiling and linking is correct with visual studio 2005 (debug version). James W. Walker ha scritto: > On Jun 5, 2007, at 12:43 AM, Daniele Cavallini wrote: > > >> Today I download from cvs quesa source and I try do compile. >> Now I have 6 unresolved externals: >> .... >> ...E3Ray3D_IntersectBoundingBox... >> ...QORenderer::ShadowMarker::MarkShadowOfTriMesh... >> ...E3Cone_IntersectBoundingBox... >> .... >> > > Those symbols are in QOShadowMarker.cpp and E3Math_Intersect.cpp. > Did you add them to the project, as I said? > > >> James W. Walker ha scritto: >> >>> On Jun 4, 2007, at 12:33 AM, Daniele Cavallini wrote: >>> >>> >>> >>>> I have made a breakthrough. >>>> Now the compiling is correct but I have a linking error: >>>> >>>> 1>Linking... >>>> 1> Creating library ../../../SDK/Libraries/Windows/Stub/Quesa.lib >>>> and >>>> object ../../../SDK/Libraries/Windows/Stub/Quesa.exp >>>> 1>QOLights.obj : error LNK2019: unresolved external symbol "public: >>>> void >>>> __thiscall QORenderer::ShadowMarker::MarkShadowOfTriMesh ... >>>> 1>QOLights.obj : error LNK2019: unresolved external symbol "public: >>>> void >>>> __thiscall QORenderer::ShadowMarker::MarkShadowOfTriangle ... >>>> >>>> >>> You need to add the new source file QOShadowMarker.cpp to the >>> project. Over the weekend, I made more commits, with another new >>> source, E3Math_Intersect.cpp. >>> >>> >>> --------------------------------------------------------------------- >>> ---- >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>> _______________________________________________ >>> Quesa-develop mailing list >>> Que...@li... >>> https://lists.sourceforge.net/lists/listinfo/quesa-develop >>> >>> >>> >> ---------------------------------------------------------------------- >> --- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Quesa-develop mailing list >> Que...@li... >> https://lists.sourceforge.net/lists/listinfo/quesa-develop >> > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quesa-develop mailing list > Que...@li... > https://lists.sourceforge.net/lists/listinfo/quesa-develop > > |