Hello,
I have to include a third party C/C++ DLL which is not .NET in a Dynamics D365 Operations Project. How can I do this?
I tried to create an own dll which includes the third party DLL in C++ with Visual Studio. For creating my own DLL I chosed Win32 Console Application with the application type DLL. When I want to inlcude my own DLL into my project I get an error message saying: "File ....dll is not a valid .NET assembly. This file will note be added as a reference."
I think I have to create a .NET dll, but how can I do this?
Does anyone got a good documentation on how to include third party DLLs?