This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Linking ESQL-Apps for SQLServer


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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]