Advertisement
FlyFar

a59.plg

Dec 28th, 2023
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.21 KB | Cybersecurity | 0 0
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: a59 - Win32 Release--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:\Users\Pro\AppData\Local\Temp\RSP182E.tmp" with contents
  10. [
  11. /nologo /MD /W3 /GX /O2 /D "WIN32" /D "_WINDOWS" /D "_MBCS" /Fp"Release/a59.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c
  12. "C:\Users\Pro\Desktop\a59base\bot source\a59.cpp"
  13. ]
  14. Creating command line "cl.exe @C:\Users\Pro\AppData\Local\Temp\RSP182E.tmp"
  15. Creating temporary file "C:\Users\Pro\AppData\Local\Temp\RSP182F.tmp" with contents
  16. [
  17. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:no /pdb:"Release/a59.pdb" /machine:I386 /out:"Release/a59.exe"
  18. ".\Release\a59.obj"
  19. ]
  20. Creating command line "link.exe @C:\Users\Pro\AppData\Local\Temp\RSP182F.tmp"
  21. <h3>Output Window</h3>
  22. Compiling...
  23. a59.cpp
  24. Linking...
  25. MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main
  26. Release/a59.exe : fatal error LNK1120: 1 unresolved externals
  27. Error executing link.exe.
  28.  
  29.  
  30.  
  31. <h3>Results</h3>
  32. a59.exe - 2 error(s), 0 warning(s)
  33. </pre>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement