GIDForums  

Go Back   GIDForums > Computer Programming Forums > C Programming Language
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 06-Nov-2007, 00:42
ahbi82 ahbi82 is offline
Regular Member
 
Join Date: Jul 2006
Posts: 325
ahbi82 has a spectacular aura aboutahbi82 has a spectacular aura about

*.lib help


I am using VC++ 6.0. I know that there's a feature "MFC Class Wizzard" to import *.dll etc to view the contents. My question is how can i view contents of a *.lib file?


Thanks in advance.
  #2  
Old 06-Nov-2007, 09:05
davis
 
Posts: n/a

Re: *.lib help


Quote:
Originally Posted by ahbi82
I am using VC++ 6.0. I know that there's a feature "MFC Class Wizzard" to import *.dll etc to view the contents. My question is how can i view contents of a *.lib file?


Thanks in advance.

A library is an archive of one or more object files. Use dumpbin. See dumpbin /? for more details on how to use it.

dumpbin /all library_file_name.lib


:davis:
  #3  
Old 06-Nov-2007, 18:40
ahbi82 ahbi82 is offline
Regular Member
 
Join Date: Jul 2006
Posts: 325
ahbi82 has a spectacular aura aboutahbi82 has a spectacular aura about

Re: *.lib help


May i know how can i add the *lib file into my VC++ project?
 
 

Recent GIDBlogGID Spam Detector 1.1.0 by gidnetwork

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
.lib file not generated when building dll ktcm MS Visual C++ / MFC Forum 3 14-Oct-2007 06:06

Network Sites: GIDNetwork · GIDApp · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 23:08.


vBulletin, Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.