Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Use of Custom DLL Generated by NMake

jamie_z_wallace
Beginner
407 Views
Hi
I now have the following files generated using NMake by following the CustomDll ReadMe:
IppPIMS.dll
IppPIMS.exp
IppPIMS.lib
IppPIMS.map
IppPIMS.obj
IPPtwo.exe
IPPtwo.obj
How do I include my custom DLL in my Visual Studio .NET C++ project? I have tried various ways and cannot find a solution. I am confused at the number of files that I now have. Has anybody done this who is willing to provide me with the steps that they followed? Or is there a good guide out there? I'm pretty new to the .NET environment and I'm still trying o get to grips with DLL's lib's etc
Thank You in advance
Jamie
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
407 Views
Hi Jamie,
the easiest way to use DLL is to link its import library, in your case file ippPIMS.lib file into your application. But it is better for you tofind some book for beginners with MSVC
Regards,
Vladimir
0 Kudos
Reply