From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21624 invoked by alias); 25 Nov 2002 19:12:49 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 21617 invoked from network); 25 Nov 2002 19:12:48 -0000 Received: from unknown (HELO www.fastmail.fm) (209.61.183.86) by sources.redhat.com with SMTP; 25 Nov 2002 19:12:48 -0000 Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 4A1FD6DB47; Mon, 25 Nov 2002 13:12:43 -0600 (CST) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by fastmail.fm with SMTP; Mon, 25 Nov 2002 13:12:43 -0600 X-Epoch: 1038251563 X-Sasl-enc: N0y4Qn1w45RC8GHfKVS7Mw Received: from fastmail.fm (x1-6-00-e0-81-03-b8-78.k35.webspeed.dk [62.242.176.171]) by www.fastmail.fm (Postfix) with ESMTP id EE0FD6DB76; Mon, 25 Nov 2002 13:12:41 -0600 (CST) Message-ID: <3DE27628.7030000@fastmail.fm> Date: Mon, 25 Nov 2002 11:12:00 -0000 From: bjorn rohde jensen Reply-To: bjensen@fastmail.fm User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Satya Cc: gcc-help@gcc.gnu.org Subject: Re: How to read *.lib file References: <20021125104936.74719.qmail@web9507.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00185.txt.bz2 Hi Satya, I am not quite sure, what you mean by reading the content of a dll, but if you want to determine, what symbols are defined in a dll, one easy way of finding out is to use the 'nm' command from binutils. Yours sincerely, Bjorn