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]

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


--- 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


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