Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. ------ Build started: Project: Glide2x, Configuration: Release Win32 ------
  2.  
  3. Compiling...
  4. grguTex.cpp
  5. grguSstGlide.cpp
  6. grguSstGlide.cpp(220) : warning C4800: 'const FxBool' : forcing value to bool 'true' or 'false' (performance warning)
  7. grguMisc.cpp
  8. grguLfb.cpp
  9. grguFog.cpp
  10. grguDraw.cpp
  11. grguDepth.cpp
  12. grguColorAlpha.cpp
  13. grguBuffer.cpp
  14. grgu3df.cpp
  15. TexDB.cpp
  16. PGUTexture.cpp
  17. PGTexture.cpp
  18. OGLTextureTables.cpp
  19. OGLMiscTables.cpp
  20. OGLFogTables.cpp
  21. OGLColorAlphaTables.cpp
  22. Glide.cpp
  23. GLutil.cpp
  24. GLRender.cpp
  25. Compiling...
  26. GLExtensions.cpp
  27. FormatConversion.cpp
  28. Compiling resources...
  29. Linking...
  30. Creating library .\Release/Glide2x.lib and object .\Release/Glide2x.exp
  31. GLExtensions.obj : error LNK2001: unresolved external symbol "void __fastcall ReportError(char const *)" (?ReportError@@YIXPBD@Z)
  32. GLExtensions.obj : error LNK2001: unresolved external symbol "void __fastcall ReportWarning(char const *)" (?ReportWarning@@YIXPBD@Z)
  33. GLExtensions.obj : error LNK2001: unresolved external symbol "int (__stdcall*__fastcall OGLGetProcAddress(char const *))(void)" (?OGLGetProcAddress@@YIP6GHXZPBD@Z)
  34. GLutil.obj : error LNK2001: unresolved external symbol "float __fastcall ClockFrequency(void)" (?ClockFrequency@@YIMXZ)
  35. Glide.obj : error LNK2001: unresolved external symbol "bool __fastcall InitialiseOpenGLWindow(unsigned int,int,int,int,int)" (?InitialiseOpenGLWindow@@YI_NIHHHH@Z)
  36. grguBuffer.obj : error LNK2001: unresolved external symbol "void __fastcall SwapBuffers(void)" (?SwapBuffers@@YIXXZ)
  37. grguColorAlpha.obj : error LNK2001: unresolved external symbol "void __fastcall SetGamma(float)" (?SetGamma@@YIXM@Z)
  38. grguSstGlide.obj : error LNK2001: unresolved external symbol _grSplash@20
  39. grguSstGlide.obj : error LNK2001: unresolved external symbol "void __fastcall FinaliseOpenGLWindow(void)" (?FinaliseOpenGLWindow@@YIXXZ)
  40. .\Release/Glide2x.dll : fatal error LNK1120: 9 unresolved externals
  41.  
  42. Build log was saved at "file://c:\Documents and Settings\Owner\Desktop\openglide\Release\BuildLog.htm"
  43. Glide2x - 10 error(s), 1 warning(s)
  44.  
  45.  
  46. ---------------------- Done ----------------------
  47.  
  48. Build: 0 succeeded, 1 failed, 0 skipped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement