Hi all,
Can someone tell me if it is possible to create and include a '.lib' file in an WindowsForm application in C#, as we can include a dll in a windowsform application.
Best Regards
Soumya
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Apr 13, 2010, 6:32 PM
A lib file is something that the link edit program reads; a lib file cannot be used during execution. A lib file can only be read by the link editor or a development tool such as the link editor.