Does anyone know how to add custom .dll and .h files to projects in Visual C++ 2008?
Duki 552 Nearly a Posting Virtuoso
Recommended Answers
Jump to PostDo you want static linking or dynamic linking? Such as do you want to link with the *.lib that came with the *.dll (if there was one), or use LoadLibrary() to load the DLL into memory?
All 4 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Duki 552 Nearly a Posting Virtuoso
Duki 552 Nearly a Posting Virtuoso
jonsca 1,059 Quantitative Phrenologist Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.