I wrote a c++ class with business logic for image manipulation in VS.Net-2013. Then created a DLL from this class. But when I add this DLL reference to my C# web project it runs in to reference errors. Am I missing something here? [closed]
- Created a c++ CLR dynamic library in Visual Studio.Net 2013
- Added opencv to the project environment settings
- Created a c++ class with business logic for image manipulation operations using opencv
- Successfully compiled and created dll
- Created a new C# web project
- Added my dll reference
- Wrote a c# basic function using the dll functions
- Run project leads to references unable to load errors
- Dependency walker reports errors with: API-MS-WIN-APPMODEL-RUNTIME-L1-1-0.DLL API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL API-MS-WIN-CORE-WINRT-L1-1-0.DLL API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL API-MS-WIN-SHCORE-SCALING-L1-1-1.DLL DCOMP.DLL IESHIMS.DLL
Do not know how to proceed from here or am I missing something here
O man o man o man ... look at this title ... please make it compact and to the point for a starter. Secondly OpenCV is NOT supported under any .NET language, nor is this the place to discuss C# related problems in linking C++ dll references. I am afraid this is not the right spot for any of this kind of questions.