shadow start
This commit is contained in:
+6
-12
@@ -1,20 +1,14 @@
|
||||
================================================================================
|
||||
Linker Errors
|
||||
Generated: 2026-07-17T20:02:31.192Z
|
||||
Total Errors: 5
|
||||
Generated: 2026-07-25T14:46:34.347Z
|
||||
Total Errors: 3
|
||||
================================================================================
|
||||
|
||||
[LNK2019] (MSVC)
|
||||
unresolved external symbol "__declspec(dllimport) public: __cdecl HydraPointLightActor::HydraPointLightActor(void)" (__imp_??0HydraPointLightActor@@QEAA@XZ) referenced in function "public: unsigned int __cdecl HydraActorManager::CreateActor<class HydraPointLightActor>(void)" (??$CreateActor@VHydraPointLightActor@@@HydraActorManager@@QEAAIXZ) [C:\Code\HydraV3\build\HydraClient.vcxproj]
|
||||
|
||||
[LNK2019] (MSVC)
|
||||
unresolved external symbol "__declspec(dllimport) public: virtual __cdecl HydraPointLightActor::~HydraPointLightActor(void)" (__imp_??1HydraPointLightActor@@UEAA@XZ) referenced in function "public: virtual void * __cdecl HydraPointLightActor::`scalar deleting destructor'(unsigned int)" (??_GHydraPointLightActor@@UEAAPEAXI@Z) [C:\Code\HydraV3\build\HydraClient.vcxproj]
|
||||
[LNK2001] (MSVC)
|
||||
unresolved external symbol "public: virtual void __cdecl HydraShadowSourceSystem::Initialise(void)" (?Initialise@HydraShadowSourceSystem@@UEAAXXZ) [C:\Code\HydraV3\build\HydraEngine\HydraEngine.vcxproj]
|
||||
|
||||
[LNK2001] (MSVC)
|
||||
unresolved external symbol "public: virtual void __cdecl HydraPointLightActor::InitialiseComponents(void)" (?InitialiseComponents@HydraPointLightActor@@UEAAXXZ) [C:\Code\HydraV3\build\HydraClient.vcxproj]
|
||||
|
||||
[LNK2001] (MSVC)
|
||||
unresolved external symbol "public: virtual void __cdecl HydraPointLightActor::Destroy(void)" (?Destroy@HydraPointLightActor@@UEAAXXZ) [C:\Code\HydraV3\build\HydraClient.vcxproj]
|
||||
unresolved external symbol "protected: virtual void __cdecl HydraShadowSourceSystem::InitialiseComponent(unsigned int)" (?InitialiseComponent@HydraShadowSourceSystem@@MEAAXI@Z) [C:\Code\HydraV3\build\HydraEngine\HydraEngine.vcxproj]
|
||||
|
||||
[LNK1120] (MSVC)
|
||||
4 unresolved externals [C:\Code\HydraV3\build\HydraClient.vcxproj]
|
||||
2 unresolved externals [C:\Code\HydraV3\build\HydraEngine\HydraEngine.vcxproj]
|
||||
|
||||
Reference in New Issue
Block a user