linking issue... dll not found during runtime...

closed account (L8kjE3v7)
Hi all, I'm still pretty new with c++, I'm using visual studio 2012 RC and i ran into a runtime error.

I think this has to do with static/dynamic linking? but i can't seem to find what i need on google and get it to work...

My code does compiles fine though.

The runtime error that i'm getting: a System Error saying that "The program can't start because SSLEAY32.dll is missing from your computer. Try reinstalling the program to fix this problem."

Any help is greatly appreciated,
Thanks
ssleay32.dll is part of OpenSSL project, put the dll in the same folder as your executable.
Topic archived. No new replies allowed.