Talk:Dynamic RTT shadow angles in Source 2007: Difference between revisions
No edit summary |
(→errors i got: new section) |
||
Line 4: | Line 4: | ||
Saul Rennison - you my hero!!! :) That's really fantastic code!!! Very big thanks!!! --[[User:Slam12f|Slam12f]] 21:41, 20 May 2013 (PDT) | Saul Rennison - you my hero!!! :) That's really fantastic code!!! Very big thanks!!! --[[User:Slam12f|Slam12f]] 21:41, 20 May 2013 (PDT) | ||
== errors i got == | |||
Error 1 error LNK2019: unresolved external symbol "public: bool __thiscall CWorldLights::GetBrightestLightSource(class Vector const &,class Vector &,class Vector &)" (?GetBrightestLightSource@CWorldLights@@QAE_NABVVector@@AAV2@1@Z) referenced in function "private: void __thiscall CClientShadowMgr::UpdateShadowDirectionFromLocalLightSource(unsigned short)" (?UpdateShadowDirectionFromLocalLightSource@CClientShadowMgr@@AAEXG@Z) G:\Meem.P\src\game\client\clientshadowmgr.obj Client (HL2MP)<br /><br /> | |||
Error 2 error LNK2001: unresolved external symbol "class CWorldLights * g_pWorldLights" (?g_pWorldLights@@3PAVCWorldLights@@A) G:\Meem.P\src\game\client\clientshadowmgr.obj Client (HL2MP)<br /><br /> | |||
Error 3 error LNK1120: 2 unresolved externals G:\Meem.P\src\game\client\Release_mod_hl2mp\\client.dll 1 1 Client (HL2MP)<br /><br /> | |||
and yes im using mp, how do fix<br /> | |||
--[[User:Ze Voidah|Ze Voidah]] ([[User talk:Ze Voidah|talk]]) 07:01, 13 January 2019 (UTC) |
Revision as of 00:01, 13 January 2019
This is some serious Jason M quality level of hacks.--MrFourVideoCards 13:32, 5 December 2011 (PST)
I agree... this is fantastic. Thank you Saul.--AlanEdwardes 13:49, 11 March 2012 (PDT)
Saul Rennison - you my hero!!! :) That's really fantastic code!!! Very big thanks!!! --Slam12f 21:41, 20 May 2013 (PDT)
errors i got
Error 1 error LNK2019: unresolved external symbol "public: bool __thiscall CWorldLights::GetBrightestLightSource(class Vector const &,class Vector &,class Vector &)" (?GetBrightestLightSource@CWorldLights@@QAE_NABVVector@@AAV2@1@Z) referenced in function "private: void __thiscall CClientShadowMgr::UpdateShadowDirectionFromLocalLightSource(unsigned short)" (?UpdateShadowDirectionFromLocalLightSource@CClientShadowMgr@@AAEXG@Z) G:\Meem.P\src\game\client\clientshadowmgr.obj Client (HL2MP)
Error 2 error LNK2001: unresolved external symbol "class CWorldLights * g_pWorldLights" (?g_pWorldLights@@3PAVCWorldLights@@A) G:\Meem.P\src\game\client\clientshadowmgr.obj Client (HL2MP)
Error 3 error LNK1120: 2 unresolved externals G:\Meem.P\src\game\client\Release_mod_hl2mp\\client.dll 1 1 Client (HL2MP)
and yes im using mp, how do fix
--Ze Voidah (talk) 07:01, 13 January 2019 (UTC)