Advertisement
ACI-XCIX_0001

Untitled

Mar 31st, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. * Executing task: C/C++: cl.exe build active file
  2.  
  3. Starting build...
  4. cmd /c chcp 65001>nul && cl.exe /Zi /EHsc /nologo /FeF:\Data\P.Storage\Operations\Current\waiting\vscode_test\test1\test1_1.exe F:\Data\P.Storage\Operations\Current\waiting\vscode_test\test1\test1_1.cpp
  5. test1_1.cpp
  6. test1_1.obj : error LNK2019: unresolved external symbol __imp__GetMessageW@16 referenced in function _wWinMain@16
  7. test1_1.obj : error LNK2019: unresolved external symbol __imp__TranslateMessage@4 referenced in function _wWinMain@16
  8. test1_1.obj : error LNK2019: unresolved external symbol __imp__DispatchMessageW@4 referenced in function _wWinMain@16
  9. test1_1.obj : error LNK2019: unresolved external symbol __imp__DefWindowProcW@16 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
  10. test1_1.obj : error LNK2019: unresolved external symbol __imp__PostQuitMessage@4 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
  11. test1_1.obj : error LNK2019: unresolved external symbol __imp__RegisterClassW@4 referenced in function _wWinMain@16
  12. test1_1.obj : error LNK2019: unresolved external symbol __imp__CreateWindowExW@48 referenced in function _wWinMain@16
  13. test1_1.obj : error LNK2019: unresolved external symbol __imp__ShowWindow@8 referenced in function _wWinMain@16
  14. test1_1.obj : error LNK2019: unresolved external symbol __imp__BeginPaint@8 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
  15. test1_1.obj : error LNK2019: unresolved external symbol __imp__EndPaint@8 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
  16. test1_1.obj : error LNK2019: unresolved external symbol __imp__FillRect@12 referenced in function "long __stdcall WindowProc(struct HWND__ *,unsigned int,unsigned int,long)" (?WindowProc@@YGJPAUHWND__@@IIJ@Z)
  17. F:\Data\P.Storage\Operations\Current\waiting\vscode_test\test1\test1_1.exe : fatal error LNK1120: 11 unresolved externals
  18.  
  19. Build finished with error(s).
  20.  
  21. * The terminal process terminated with exit code: -1.
  22. * Terminal will be reused by tasks, press any key to close it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement