Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Date: Mon, 5 Jul 1999 17:58:37 +0200 (MET DST) From: Ralph Acker To: cygwin AT sourceware DOT cygnus DOT com Subject: Linking ESQL-Apps for SQLServer Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi everybody! I'm trying to build an Embedded-SQL Application for MS SQL Server 7 using cygwin_b20. I did the compiling with MSVC and linked it with gcc. The .obj has to be linked with two libraries supplied by SQLServer: caw32.lib and sqlakw32.lib, the second one is related to sqlakw32.dll. I already build a compatible sqlakw32.a by deriving the .def and passing it to dlltool. Now everything compiles niceley but I can't execute it. In Win98 it says 'sqlakw32.dll is linked to the missing export-sqlakw32.dll:.' and NT says: 'Missing entry point "" in sqlakw32.dll' What is wrong? Thank you for any help. Ralph -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com