what is use of .exp and what is the difference between .lib and .dll

Posted by Vineel Kumar Reddy on Stack Overflow See other posts from Stack Overflow or by Vineel Kumar Reddy
Published on 2010-04-28T05:26:43Z Indexed on 2010/04/28 5:33 UTC
Read the original article Hit count: 195

Filed under:

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

© Stack Overflow or respective owner

Related posts about c