We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Penumbra:Overture do not compiling and show this errors:
OALWrapper.lib(OAL_Init.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance OALWrapper.lib(OAL_Device.obj) : error LNK2001: unresolved external symbol "public: __thiscall cOAL_CustomStream::cOAL_CustomStream(struct tStreamCallbacks const &,struct tStreamInfo const &,void *)" (??0cOAL_CustomStream@@QAE@ABUtStreamCallbacks@@ABUtStreamInfo@@pax@Z) OALWrapper.lib(OAL_SourceManager.obj) : error LNK2001: unresolved external symbol _SDL_LockMutex OALWrapper.lib(OAL_SourceManager.obj) : error LNK2001: unresolved external symbol _SDL_UnlockMutex ../redist/Penumbra.exe : fatal error LNK1120: 3 unresolved externals
Please help me.
The text was updated successfully, but these errors were encountered:
Works @me on Visual Studio 2003.
Sorry, something went wrong.
Or you should use vs2010
No branches or pull requests
Penumbra:Overture do not compiling and show this errors:
OALWrapper.lib(OAL_Init.obj) : MSIL .netmodule or module compiled with /GL found; restarting link with /LTCG; add /LTCG to the link command line to improve linker performance
OALWrapper.lib(OAL_Device.obj) : error LNK2001: unresolved external symbol "public: __thiscall cOAL_CustomStream::cOAL_CustomStream(struct tStreamCallbacks const &,struct tStreamInfo const &,void *)" (??0cOAL_CustomStream@@QAE@ABUtStreamCallbacks@@ABUtStreamInfo@@pax@Z)
OALWrapper.lib(OAL_SourceManager.obj) : error LNK2001: unresolved external symbol _SDL_LockMutex
OALWrapper.lib(OAL_SourceManager.obj) : error LNK2001: unresolved external symbol _SDL_UnlockMutex
../redist/Penumbra.exe : fatal error LNK1120: 3 unresolved externals
Please help me.
The text was updated successfully, but these errors were encountered: