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
01-14-2013, 10:51 AM
Post: #2
RE: Error in compilation VS2010
check this out, it might help you: http://stackoverflow.com/questions/99282...ol-no-idea
Find all posts by this user
Quote this message in a reply
01-14-2013, 02:50 PM
Post: #3
RE: Error in compilation VS2010
Make sure you've run:

git submodule update

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: