- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page