The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error in compilation VS2010
12-09-2012, 09:35 PM
Post: #1
Error in compilation VS2010
Hi,
I've tried to compile win32 version under VS express 2010 and it failes all the time with following errors. Could you guide me how to compile it properly?
Code:
1>OpenGLBase.obj : error LNK2001: unresolved external symbol "public: void __thiscall OpenGLState::Initialize(void)" (?Initialize@OpenGLState@@QAEXXZ)
1>OpenGLBase.obj : error LNK2001: unresolved external symbol "class OpenGLState glstate" (?glstate@@3VOpenGLState@@A)
1>GPU.lib(DisplayListInterpreter.obj) : error LNK2001: unresolved external symbol "class OpenGLState glstate" (?glstate@@3VOpenGLState@@A)
1>GPU.lib(TransformPipeline.obj) : error LNK2001: unresolved external symbol "class OpenGLState glstate" (?glstate@@3VOpenGLState@@A)
1>..\PPSSPPWindows.exe : fatal error LNK1120: 2 unresolved externals
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Error in compilation VS2010 - macia10 - 12-09-2012 09:35 PM

Forum Jump: