Advertisement
Guest User

Untitled

a guest
Sep 26th, 2015
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
  2. 1> lua5.1.lib(lapi.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
  3. 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification
  4. 1> Creating library C:\Users\Admin\Desktop\TPT Mod\The-Powder-Toy-master\build2\tpt++.lib and object C:\Users\Admin\Desktop\TPT Mod\The-Powder-Toy-master\build2\tpt++.exp
  5. 1>ElementClasses.obj : error LNK2001: unresolved external symbol "public: __thiscall Element_CRMC::Element_CRMC(void)" (??0Element_CRMC@@QAE@XZ)
  6. 1>ElementClasses.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall Element_CRMC::~Element_CRMC(void)" (??1Element_CRMC@@UAE@XZ)
  7. 1>Client.obj : error LNK2001: unresolved external symbol "char * __cdecl Platform::ExecutableName(void)" (?ExecutableName@Platform@@YAPADXZ)
  8. 1>LuaScriptInterface.obj : error LNK2001: unresolved external symbol "char * __cdecl Platform::ExecutableName(void)" (?ExecutableName@Platform@@YAPADXZ)
  9. 1>Update.obj : error LNK2001: unresolved external symbol "char * __cdecl Platform::ExecutableName(void)" (?ExecutableName@Platform@@YAPADXZ)
  10. 1>HTTP.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::Millisleep(long)" (?Millisleep@Platform@@YAXJ@Z)
  11. 1>RequestBroker.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::Millisleep(long)" (?Millisleep@Platform@@YAXJ@Z)
  12. 1>UpdateActivity.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::OpenURI(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?OpenURI@Platform@@YAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  13. 1>LuaScriptInterface.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::OpenURI(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?OpenURI@Platform@@YAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  14. 1>GameController.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::OpenURI(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?OpenURI@Platform@@YAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  15. 1>RichLabel.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::OpenURI(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?OpenURI@Platform@@YAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  16. 1>PreviewController.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::OpenURI(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?OpenURI@Platform@@YAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  17. 1>ProfileActivity.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::OpenURI(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (?OpenURI@Platform@@YAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
  18. 1>LuaScriptInterface.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl Platform::GetTime(void)" (?GetTime@Platform@@YAKXZ)
  19. 1>Engine.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl Platform::GetTime(void)" (?GetTime@Platform@@YAKXZ)
  20. 1>Textbox.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl Platform::GetTime(void)" (?GetTime@Platform@@YAKXZ)
  21. 1>SearchController.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl Platform::GetTime(void)" (?GetTime@Platform@@YAKXZ)
  22. 1>LegacyLuaAPI.obj : error LNK2001: unresolved external symbol "unsigned long __cdecl Platform::GetTime(void)" (?GetTime@Platform@@YAKXZ)
  23. 1>LuaScriptInterface.obj : error LNK2001: unresolved external symbol "void __cdecl Platform::DoRestart(void)" (?DoRestart@Platform@@YAXXZ)
  24. 1>C:\Users\Admin\Desktop\TPT Mod\The-Powder-Toy-master\build2\tpt++.exe : fatal error LNK1120: 7 unresolved externals
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement