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" To: cygwin AT cygwin DOT com Subject: RE: Urgent !!! Reg Linking sybase DLL in cygwin.. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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/