Ask Your Question

opencv.user's profile - activity

2014-08-22 23:37:53 -0600 asked a question creating opencv dll from vc++ project an use in c# and delphi

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.

2014-08-16 23:43:26 -0600 asked a question using opencv project as a dll

Hi guys.I want to create a dll from a opencv project wreeten in vc++ and use in delphi environment. I have no problem with generating dll but when I'm trying to load in delphi with LoadLibrary function, delphi failed to load dll.

Please guide me, this is so important for me. thank you in advance.