Kirollos / DiscordEuroscope

Rich Presence Discord feature for VATSIM EuroScope
GNU General Public License v3.0
25 stars 15 forks source link

'Unresolved external symbol' error LNK2019 #4

Closed GeorgeBarlow closed 5 years ago

GeorgeBarlow commented 5 years ago

I keep getting this error when building. Could you give it a look and point me in the right direction , I am running VS 2017 with all the correct dependencies and done a clean clone of this project.

https://paste.ee/p/90Lwl - Log file

Regards, George

Kirollos commented 5 years ago

Hello, I think it failed to find EuroScope's static library, before you compile, you know, there's build target, that originally has DEBUG or RELEASE in it. There are custom profiles called EuroScope31 and EuroScope32, I guess that's the issue. Alternatively, if you don't want to bother yourself with compiling, you can just download the prebuilt .dll from the Releases pages! Let me know how that goes :)

Best Regards, Kirollos.

Kirollos commented 5 years ago

Like this: image

GeorgeBarlow commented 5 years ago

Worked like a charm! Thank you for that :)