Advertisement
ACI-XCIX_0001

Untitled

Mar 31st, 2024
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 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.
  23.  
  24. * Executing task: C/C++: g++.exe build active file
  25.  
  26. Starting build...
  27. cmd /c chcp 65001>nul && C:\msys64\ucrt64\bin\g++.exe -fdiagnostics-color=always -g F:\Data\P.Storage\Operations\Current\waiting\vscode_test\test1\test1_1.cpp -o F:\Data\P.Storage\Operations\Current\waiting\vscode_test\test1\test1_1.exe
  28. C:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: C:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/13.2.0/../../../../lib/libmingw32.a(lib64_libmingw32_a-crtexewin.o): in function `main':
  29. C:/M/B/src/mingw-w64/mingw-w64-crt/crt/crtexewin.c:67:(.text.startup+0xbd): undefined reference to `WinMain'
  30. collect2.exe: error: ld returned 1 exit status
  31.  
  32. Build finished with error(s).
  33.  
  34. * The terminal process terminated with exit code: -1.
  35. * Terminal will be reused by tasks, press any key to close it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement