Re: [Gnuwin32-users] RE: Using GSL with Borland C++
Provides native Win32 open source ports and utilities
Brought to you by:
gnuwin32
|
From: Kees Z. <kz...@us...> - 2002-03-31 21:01:40
|
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" <bj...@ne...> Aan: <jo...@st...> CC: <gsl...@so...>; <gnu...@li...> Verzonden: zaterdag 30 maart 2002 13:57 Onderwerp: [Gnuwin32-users] RE: Using GSL with Borland C++ > jo...@st... 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 > gnu...@li... list. I've cc'ed this message there. > > Brian > > _______________________________________________ > Gnuwin32-users mailing list > Gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuwin32-users > |