From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5120 invoked by alias); 26 May 2008 15:02:25 -0000 Received: (qmail 5063 invoked by uid 22791); 26 May 2008 15:02:04 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.244) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 May 2008 15:01:46 +0000 Received: by an-out-0708.google.com with SMTP id c37so608249anc.42 for ; Mon, 26 May 2008 08:01:43 -0700 (PDT) Received: by 10.100.58.19 with SMTP id g19mr230259ana.44.1211814103241; Mon, 26 May 2008 08:01:43 -0700 (PDT) Received: by 10.100.167.15 with HTTP; Mon, 26 May 2008 08:01:43 -0700 (PDT) Message-ID: <182dc94a0805260801l239c4775y6f401aa86582bc9a@mail.gmail.com> Date: Mon, 26 May 2008 15:02:00 -0000 From: "Mani kandan" To: c++-embedded@sourceware.org, themailinglistname@cygwin.com, cygwin-developers@cygwin.com, cygwin-apps@cygwin.com, cygwin@cygwin.com Subject: Reg Linking .dll file in cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact c++-embedded-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: c++-embedded-owner@sourceware.org X-SW-Source: 2008/txt/msg00003.txt.bz2 Hi I am porting an linux based application to Windows. My application uses a third party library (having an sybase dynamic library .dll file).I can able to compile and link my code in cygwin using g++. But when i run the exe, i got the error msg that "STATUS ACCESS VIOLATION". I have doubt that is there any way to convert .dll file to .a file. Becase I suspect that the .dll file is the problem??.