OpenSSL - LNK 2019
I'm getting LNK 2019 when trying to link in the OpenSSL libraries for a
project I'm working on. I compiled the OpenSSL libraries and ran the test
and all of them passed. I played with openssl.exe and got it to correctly
create and MD5 hash. When I try to use the functions provided by the API
though, it just won't recognize them. I even used dumpbin -headers on the
.lib files to make sure that the ones I was using contained the correct
references for the functions I was using.
(I don't have enough reputation to post images) I made sure to include the
correct files and paths (I also included the header which isn't pictured
here). http://i.imgur.com/mdY65wI.png
Here are the actual files and their paths http://i.imgur.com/zGrrywY.png
Here's the actual errors. http:// i.imgur.com/4VVYkDb.png
How do I fix this? Did I put the files in the right place or did I forget
an include? I've spent a few days trying to fix this already, this is my
last resort :/
No comments:
Post a Comment