[DiscordArchive] AC latest source won't even build successfully?
[DiscordArchive] AC latest source won't even build successfully?
Archived author: <o> • Posted: 2021-09-09T16:00:07.683000+00:00
Original source
it's specifically the header files that it doesn't seem to find, so i think it's more likely a path issue than a linker issue. You can see the paths visual studio is looking for by right-clicking the project in the menu to the right -> selecting properties -> going to "C/C++" -> checking "Additional Include Directories" (can click on the right side of it for a dropdown, press "edit" and it'll be a readable list)
Archived author: <o> • Posted: 2021-09-09T16:01:57.522000+00:00
Original source
for me, on trinitycore, the openssl path for the 'common' project is `D:\dev\wow\tswow-build\openssl\include`, and I can verify that it's a valid folder with headers inside
Archived author: Deleted User • Posted: 2021-09-09T16:03:01.837000+00:00
Original source
Nevermind
Archived author: Deleted User • Posted: 2021-09-09T16:03:05.242000+00:00
Original source
thanks for your support guys
Archived author: Deleted User • Posted: 2021-09-09T16:03:11.263000+00:00
Original source
It's fixed with latest OpenSSL
Archived author: Deleted User • Posted: 2021-09-09T16:03:18.285000+00:00
Original source
it seems they forgot to update requirements