This is the mail archive of the
gsl-discuss@sources.redhat.com
mailing list for the GSL project.
Re: [Gnuwin32-users] RE: Using GSL with Borland C++
- From: "Kees Zeelenberg" <kzlg at users dot sourceforge dot net>
- To: "Brian Gough" <bjg at network-theory dot co dot uk>, <johnson at stat dot colostate dot edu>
- Cc: <gsl-discuss at sources dot redhat dot com>, <gnuwin32-users at lists dot sourceforge dot net>
- Date: Sun, 31 Mar 2002 23:01:24 +0200
- Subject: Re: [Gnuwin32-users] RE: Using GSL with Borland C++
- Organization: Kees Zeelenberg
- References: <3CA1B100.2496.870DD0@localhost><3CA1F61C.29867.1950435@localhost> <15525.43070.317731.862241@debian>
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
>