Sunday, July 26, 2009

How do I link Headers, DLL, etc. in Visual C++?

I downloaded a sound engine (much easier then delevoping one myself, right?) and I have multiple headers, 2 DLL, and a LIB file.





How do I link these to a project in Visual C++ 2005/2008

How do I link Headers, DLL, etc. in Visual C++?
when your project is loaded up.. right click on the project.. go to add references.. from there go to browse.. find your folder with the dlls, headers, and libs.. select them and hit 'ok'.


No comments:

Post a Comment