Hi,there.I wrote a project in vc++ that is used opencv library and now I need to create a dll and use it in C# and Delphi. My dll has been created successfully but when I'm trying to load it into C# or Delphi environment, my program failed to load it. Do I have to special settings to create a dll with third party library in a vc++ project?(Now third pary library in my project is opencv.) If no, guide me to resolve my problem. Thanks in advance.