Share via


How to view the content of a lib file in Visaul Studio

Question

Friday, October 30, 2009 8:43 PM

Hi,

I'd like to know if there is any way to view the content of a lib file from Visual Studio. Any clues will be appreciated very much.

Thanks in advance.

Jason

All replies (1)

Monday, November 2, 2009 4:24 AM âś…Answered

Hi Jason

A lib file is a static library, which is to reuse code.

Did you have any IDE problem to open the *.lib files with the Visual Studio Text editor?
As they are compiled to binary, the content just consist of binary data.

But they are usually not for reviewing but invoking, so are .dll files.

Here is a guide of how to create and use a static library: http://msdn.microsoft.com/en-us/library/ms235627.aspx

Thanks.

Figo Fei

MSDN Subscriber Support in Forum

If you have any feedback on our support, please contact [email protected]


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.