Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. ------ Build started: Project: Glide2x, Configuration: Debug Win32 ------
  2.  
  3. Linking...
  4. Creating library .\Debug/Glide2x.lib and object .\Debug/Glide2x.exp
  5. GLExtensions.obj : error LNK2019: unresolved external symbol "void __fastcall ReportError(char const *)" (?ReportError@@YIXPBD@Z) referenced in function "void __fastcall ValidateUserConfig(void)" (?ValidateUserConfig@@YIXXZ)
  6. GLExtensions.obj : error LNK2019: unresolved external symbol "void __fastcall ReportWarning(char const *)" (?ReportWarning@@YIXPBD@Z) referenced in function "void __fastcall ValidateUserConfig(void)" (?ValidateUserConfig@@YIXXZ)
  7. Glide.obj : error LNK2001: unresolved external symbol "void __fastcall ReportWarning(char const *)" (?ReportWarning@@YIXPBD@Z)
  8. GLExtensions.obj : error LNK2019: unresolved external symbol "int (__stdcall*__fastcall OGLGetProcAddress(char const *))(void)" (?OGLGetProcAddress@@YIP6GHXZPBD@Z) referenced in function "void __fastcall GLExtensions(void)" (?GLExtensions@@YIXXZ)
  9. GLutil.obj : error LNK2019: unresolved external symbol "float __fastcall ClockFrequency(void)" (?ClockFrequency@@YIMXZ) referenced in function "bool __fastcall ClearAndGenerateLogFile(void)" (?ClearAndGenerateLogFile@@YI_NXZ)
  10. Glide.obj : error LNK2019: unresolved external symbol "bool __fastcall InitialiseOpenGLWindow(unsigned int,int,int,int,int)" (?InitialiseOpenGLWindow@@YI_NIHHHH@Z) referenced in function "bool __fastcall InitWindow(unsigned int)" (?InitWindow@@YI_NI@Z)
  11. grguBuffer.obj : error LNK2019: unresolved external symbol "void __fastcall SwapBuffers(void)" (?SwapBuffers@@YIXXZ) referenced in function _grBufferSwap@4
  12. grguColorAlpha.obj : error LNK2019: unresolved external symbol "void __fastcall SetGamma(float)" (?SetGamma@@YIXM@Z) referenced in function _grGammaCorrectionValue@4
  13. grguSstGlide.obj : error LNK2019: unresolved external symbol _grSplash@20 referenced in function _grSstWinOpen@28
  14. grguSstGlide.obj : error LNK2019: unresolved external symbol "void __fastcall FinaliseOpenGLWindow(void)" (?FinaliseOpenGLWindow@@YIXXZ) referenced in function _grSstWinClose@0
  15. .\Debug/Glide2x.dll : fatal error LNK1120: 9 unresolved externals
  16.  
  17. Build log was saved at "file://c:\Documents and Settings\Owner\Desktop\openglide\Debug\BuildLog.htm"
  18. Glide2x - 11 error(s), 0 warning(s)
  19.  
  20.  
  21. ---------------------- Done ----------------------
  22.  
  23. Build: 0 succeeded, 1 failed, 0 skipped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement