delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2008/05/27/09:20:41

X-Recipient: archive-cygwin AT delorie DOT com
X-Spam-Check-By: sourceware.org
Message-ID: <182dc94a0805270620n3448e0bakfc019f212282b93@mail.gmail.com>
Date: Tue, 27 May 2008 18:50:07 +0530
From: "Mani kandan" <kvmani76 AT gmail DOT com>
To: cygwin AT cygwin DOT com
Subject: RE: Urgent !!! Reg Linking sybase DLL in cygwin..
MIME-Version: 1.0
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

I keep forgetting it can do that these days :(

> The only real reason you need an import library is if
> you're doing things like adding aliases for symbol names, or you need to
> remove stdcall name decorations.  (Or if you need the name indirection
> that an import library provides, e.g. being able to have -lfoo refer to
> libfoo.dll.a which refers to cygfoo-12.dll.)  But if you simply want to
> link against a DLL you can do so directly without any of the mess of
> pexports or def files or import libs or whatnot.

  Perhaps it's time that OP explain exactly /what/ the problem is; I did
assume that a straightforward "-lfoo" must already have not worked in some
way.  Mani?

=================================================

Hi,

   Yes, I am not able to link directly sybase .dll in g++ compiler in cygwin.
   I have created .def file with help of dumpbin command. I have
modified the .def file.
   My .def file will be
   EXPORTS

	JagCppProcess_main
	delete_JagCppProcess
	new_JagCppProcess
	new_JagSIOPStream
	
   With help of dlltool command i have created .a file also. Now i can
able to link and
   i got the EXE also. But while running the exe, i got the error message
   _cygtls::handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
   I want to clarify the following things
   (i) Can i use dumpbin to get the .def file?
   (ii) Why the exception thrown ?

   But when i run the same sample code arith.cpp in windows
environment, i am getting the result.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019