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) |
|||
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
|
|||
01-14-2013, 02:50 PM
Post: #3
|
|||
|
|||
RE: Error in compilation VS2010
Make sure you've run:
git submodule update -[Unknown] |
|||
« Next Oldest | Next Newest »
|