what is use of .exp and what is the difference between .lib and .dll
- by Vineel Kumar Reddy
During compilation and linking.....what is use of .exp and what is the difference between .lib and .dll . I know that .lib will be used while linking and .dll will be used when running the program... but what exactly is the difference between .lib and .dll does .lib contain the code for the functions comming from .dll? please clarify me... thanks inadvance