This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Gnuwin32-users] RE: Using GSL with Borland C++


The Gnuwin32 port of GSL has import libraries for Borland
(they have extension -bcc.lib). They have been created from the DLL with
the Borland program implib.exe. What probably doesn't work is the use of 
constants from the DLL; I suppose that it could be made to work by adding 
declspec(dllimport) to the declaration of the constants when using the DLL 
(cf .http://gnuwin32.sourceforge.net/compile.html). 
So far I haven't tried this myself, since I am using GCC.

The remark that the Gnuwin32 DLL's don't work, might create confusion.
They are normal DLL's that can be accessed by any application. 
The problems are not with the DLL's but with the Borland import library. 
Moreover, the GCC import library works quite well.

Kees Zeelenberg

----- Oorspronkelijk bericht ----- 
Van: "Brian Gough" <bjg@network-theory.co.uk>
Aan: <johnson@stat.colostate.edu>
CC: <gsl-discuss@sources.redhat.com>; <gnuwin32-users@lists.sourceforge.net>
Verzonden: zaterdag 30 maart 2002 13:57
Onderwerp: [Gnuwin32-users] RE: Using GSL with Borland C++


> johnson@stat.colostate.edu writes:
>  >  Are there static libraries for Borland C++ at the GNU Win32 site?
>  > I tried using libgsl.a and renaming it libgsl.lib but it didn't
>  > work, so, I just assumed it was only for gcc compilers.
> 
> I thought someone mentioned them once but I could have been mistaken.
> 
> I don't know much about Borland version of GSL that the Gnuwin32
> project distributes, apart from the fact that their DLLs don't work.
> 
> The best place to ask would be on the
> gnuwin32-users@lists.sourceforge.net list. I've cc'ed this message there.
> 
> Brian
> 
> _______________________________________________
> Gnuwin32-users mailing list
> Gnuwin32-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnuwin32-users
> 


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