|
From: James W. W. <os...@jw...> - 2007-06-04 16:08:27
|
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. |