I am trying to build a DLL and it needs to reference a library namely libeay32.dll from the openssl package. I cant seem to add it as a reference under the Property Pages->Common Properties->Add New Reference because it gives error "Could not add a reference to file C:OpenSSLlibeay32.dll because it is neither a .NET assembly or registered Active X Control. I can compile and run it when I use the Linker->Input->Additional Dependencies and set the static lib C:OpenSSLliblibeay32.lib . But the end result is I need to include the libeay32.dll also. What am I doing wrong?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...