OPC UA Client C++ Error Libeay32d

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
kahern
Jr. Member
Jr. Member
Posts: 1
Joined: 15 Jun 2022, 15:00

OPC UA Client C++ Error Libeay32d

Post by kahern »

Hello,

I'm currently following the steps from, Unified Automation sample client.
https://documentation.unified-automation.com/uasdkcpp/1.5.5/html/L3GettingStartedClientLesson01.html

and when I tried to compile this error comes
Error LNK1104 cannot open file 'libeay32d.lib' OPC CLIENT

and I have it in both my directories, release and debug, as stated in the client example.

What am I doing wrong?

When I run the client tutorial in the document examples it runs fine..

Post Reply