|
From: Daniele C. <dca...@in...> - 2007-06-05 07:44:11
|
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... .... 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 > > |