DLL's ; Import libs ; def files etc ..

Earnie Boyd earnie_boyd@yahoo.com
Sat May 20 13:22:00 GMT 2000


--- J D L <De_Laender-De_Winter@village.uunet.be> wrote:
-8<-
> I have a database program, distributed as an DLL.
> The distribution contains also import libraries for
> the Borland compiler and the Microsoft compiler.
> On top of that it even contains a .DEF file, however with
> following constructs in it :
> 
> EXPORTS
>     _SQLAllocConnect@8
>     _SQLAllocConnect = _SQLAllocConnect@8
> 
> I created a 'cygnus' def file with the usual manipulations out of
> the FAQ.
> 
-8<-

Why didn't you use the supplied .def file to create the import library???  By
creating your own you missed the aliases that were in the supplied .DEF file
that caused your problems.

Cheers,

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://www.freeyellow.com/members5/gw32/index.html >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list