Advertisement
Guest User

Untitled

a guest
Aug 18th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.30 KB | None | 0 0
  1. Rebuild started...
  2. 1>------ Rebuild All started: Project: LibSDLSamples, Configuration: Debug Win32 ------
  3. 1>Build started 8/18/2021 7:18:33 PM.
  4. 1>Target _PrepareForClean:
  5. 1>  Deleting file "Debug\LibSDLSamples.tlog\LibSDLSamples.lastbuildstate".
  6. 1>Target InitializeBuildStatus:
  7. 1>  Touching "Debug\LibSDLSamples.tlog\unsuccessfulbuild".
  8. 1>Target VcpkgTripletSelection:
  9. 1>  Using triplet "x86-windows" from "C:\dev\vcpkg\vcpkg-master\scripts\buildsystems\msbuild\..\..\..\installed\x86-windows\"
  10. 1>Target ClCompile:
  11. 1>  FileHelper.cpp
  12. 1>  main.cpp
  13. 1>  Generating Code...
  14. 1>Target Link:
  15. 1>  FileHelper.obj : error LNK2019: unresolved external symbol __imp___invalid_parameter referenced in function "void * __cdecl std::_Allocate_manually_vector_aligned<struct std::_Default_allocate_traits>(unsigned int)" (??$_Allocate_manually_vector_aligned@U_Default_allocate_traits@std@@@std@@YAPAXI@Z)
  16. 1>  FileHelper.obj : error LNK2019: unresolved external symbol __imp___CrtDbgReport referenced in function "void * __cdecl std::_Allocate_manually_vector_aligned<struct std::_Default_allocate_traits>(unsigned int)" (??$_Allocate_manually_vector_aligned@U_Default_allocate_traits@std@@@std@@YAPAXI@Z)
  17. 1>  C:\Users\elemenopy\source\repos\LibSDLSamples\Debug\LibSDLSamples.exe : fatal error LNK1120: 2 unresolved externals
  18. 1>Done building target "Link" in project "LibSDLSamples.vcxproj" -- FAILED.
  19. 1>
  20. 1>Done building project "LibSDLSamples.vcxproj" -- FAILED.
  21. 1>
  22. 1>Build FAILED.
  23. 1>
  24. 1>FileHelper.obj : error LNK2019: unresolved external symbol __imp___invalid_parameter referenced in function "void * __cdecl std::_Allocate_manually_vector_aligned<struct std::_Default_allocate_traits>(unsigned int)" (??$_Allocate_manually_vector_aligned@U_Default_allocate_traits@std@@@std@@YAPAXI@Z)
  25. 1>FileHelper.obj : error LNK2019: unresolved external symbol __imp___CrtDbgReport referenced in function "void * __cdecl std::_Allocate_manually_vector_aligned<struct std::_Default_allocate_traits>(unsigned int)" (??$_Allocate_manually_vector_aligned@U_Default_allocate_traits@std@@@std@@YAPAXI@Z)
  26. 1>C:\Users\elemenopy\source\repos\LibSDLSamples\Debug\LibSDLSamples.exe : fatal error LNK1120: 2 unresolved externals
  27. 1>    0 Warning(s)
  28. 1>    3 Error(s)
  29. 1>
  30. 1>Time Elapsed 00:00:01.25
  31. ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement