alejandro762
Well-Known Member
- Joined
- Sep 6, 2021
- Messages
- 242
- Reaction score
- 68
I'm facing an error that I tried to resolve, but as soon as I resolve one, a new one appears.
I'm trying to Compile Otcv8 Under Visual studio 2019,
Easy until here, vcpkg folder is linked, extract, boostrap, integrate, then install all dependencies.
But when pressing compile an Error about OpenAL32
This error remember me the crypto error, that was a corrupted lib file, and just replacing it will work, but.. here..
View attachment 78801
Checked on terminal (i am using windows) vcpkg list and they are here installed.
I Find many posts here on otland, like create an vcpkg.json link a manifest, others change here, there...
Has anyone encountered the same problem?
Edit:
I Solve the problem, i contact a friend on discord who give me from DirectX folder compiled, the openAL32 obj, that give the possibility to compile without problems.
I'm trying to Compile Otcv8 Under Visual studio 2019,
GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code)
OTCv8 Development repository (source code). Contribute to OTCv8/otcv8-dev development by creating an account on GitHub.
github.com
Easy until here, vcpkg folder is linked, extract, boostrap, integrate, then install all dependencies.
But when pressing compile an Error about OpenAL32
This error remember me the crypto error, that was a corrupted lib file, and just replacing it will work, but.. here..
View attachment 78801
Checked on terminal (i am using windows) vcpkg list and they are here installed.
I Find many posts here on otland, like create an vcpkg.json link a manifest, others change here, there...
Has anyone encountered the same problem?
Edit:
I Solve the problem, i contact a friend on discord who give me from DirectX folder compiled, the openAL32 obj, that give the possibility to compile without problems.
Last edited: