I am developing an application for my client in VC++ using Visual studio 2010. I have dependency on third party for compiling my solution. So, I requested them to provide following files:
1).lib 2).h 3).dll
My question is do i also need to request for .exp file or above files will be sufficient.
Please help.