 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Pete Fraser Guest
|
Posted: Thu Nov 25, 2004 2:23 pm Post subject: What libraries do you use? |
|
|
We've been talking about libraries in another thread and I was
thinking that often people use the libraries they know of. So here's
an opportunity to spread the word about libraries that you use and
love.
By libraries, I *don't* mean components, good as they are. I mean
things like Boost, which seems to have very good docs.
When replying, please include URL and information about
documentation, support etc.
Over to you.....
Pete
|
|
| Back to top |
|
 |
Russell Hind Guest
|
Posted: Thu Nov 25, 2004 3:44 pm Post subject: Re: What libraries do you use? |
|
|
Only boost (http://www.boost.org) - well, which bits work with bcc32 now.
We also use fourier transform and curve fitting stuff from a component
library (SDL Suite - [url]http://www.lohninger.com/)[/url]. It is a component
library, but it is also a good collection of mathematical routines.
Help is very good. The main developer is always available on their own
web-based support forums. Help isn't bad either
Cheers
Russell
Pete Fraser wrote:
| Quote: |
When replying, please include URL and information about
documentation, support etc.
Over to you.....
Pete
|
|
|
| Back to top |
|
 |
liz Guest
|
Posted: Thu Nov 25, 2004 3:51 pm Post subject: Re: What libraries do you use? |
|
|
On Thu, 25 Nov 2004 14:23:06 -0000, Pete Fraser wrote:
| Quote: | When replying, please include URL and information about
documentation, support etc.
|
we-ell, as you mentioned already:
boost
www.boost.org
--
liz
|
|
| Back to top |
|
 |
Alisdair Meredith [TeamB] Guest
|
Posted: Thu Nov 25, 2004 4:21 pm Post subject: Re: What libraries do you use? |
|
|
Pete Fraser wrote:
| Quote: | When replying, please include URL and information about
documentation, support etc.
|
Loki: http://sourceforge.net/projects/loki-lib/
This provides an 'implementation' of several GoF patterns, such as
singleton, visitor, command and factory. While you cannot truly
'implement' a pattern, this set of templates will generate an
implementation customised for your specific needs through policy
templates.
Documentation is as good as it gets:
http://www.moderncppdesign.com/
This book describes the concepts and design of how the library was
built as well as how to use it <g>
There is some overlap between Loki and Boost, and as boost is more
actively maintained I prefer the boost implementations of a concept
where available.
boost vs Loki smart pointers can be a religious issue though ;?)
AlisdairM(TeamB)
|
|
| Back to top |
|
 |
Nicola Musatti Guest
|
Posted: Fri Nov 26, 2004 7:48 am Post subject: Re: What libraries do you use? |
|
|
SQLAPI++ - http://www.sqlapi.com/
A database query library that does one job, does it well and fully
abstracts away the often platform specific details of interacting with a
RDBMS. Its architecture is similar to the lower level VCL DB access
components, so it's a good way to remove VCL dependency from the lower
layers of your application (just in case there won't be another BCB ;-)
Cheers,
--
Nicola Musatti
Team Thai Kingdom
|
|
| Back to top |
|
 |
Hendrik Schober Guest
|
Posted: Fri Nov 26, 2004 11:59 am Post subject: Re: What libraries do you use? |
|
|
Pete Fraser <pete._no_spam_fraser (AT) frasersoft (DOT) nospam.net> wrote:
boost www.boost.org
expat www.libexpat.org/
wxWindows www.wxwindows.org
Schobi
--
[email]SpamTrap (AT) gmx (DOT) de[/email] is never read
I'm Schobi at suespammers dot org
"The presence of those seeking the truth is infinitely
to be prefered to those thinking they've found it."
Terry Pratchett
|
|
| Back to top |
|
 |
Pavel Vozenilek Guest
|
Posted: Fri Nov 26, 2004 6:27 pm Post subject: Re: What libraries do you use? |
|
|
"Alisdair Meredith [TeamB]" wrote:
| Quote: | There is some overlap between Loki and Boost, and as boost is more
actively maintained I prefer the boost implementations of a concept
where available.
Just curious: is Loki maintained by anyone now? |
/Pavel
|
|
| Back to top |
|
 |
Ron Sawyer Guest
|
Posted: Fri Nov 26, 2004 7:04 pm Post subject: Re: What libraries do you use? |
|
|
Ooo, thanks for the reminder, I had forgotten SQLAPI.
"Nicola Musatti" <Nicola.Musatti (AT) ObjectWay (DOT) it> wrote
| Quote: | SQLAPI++ - http://www.sqlapi.com/
A database query library that does one job, does it well and fully
abstracts away the often platform specific details of interacting with a
RDBMS. Its architecture is similar to the lower level VCL DB access
components, so it's a good way to remove VCL dependency from the lower
layers of your application (just in case there won't be another BCB ;-)
Cheers,
--
Nicola Musatti
Team Thai Kingdom
|
|
|
| Back to top |
|
 |
Alisdair Meredith Guest
|
Posted: Fri Nov 26, 2004 7:10 pm Post subject: Re: What libraries do you use? |
|
|
Pavel Vozenilek wrote:
| Quote: | Just curious: is Loki maintained by anyone now?
/Pavel
|
Not sure, I still get occasional mailing from the dev list, and have
some mods to the factory class I really should contribute back (to make
registering much simpler, it automatically makes and registers the
correct factory function)
The fact is that the library was designed to support the book, and the
functionity in there (now) works as advertised, so not much more
remains to be done. Anyone inspired to add a new pattern to Loki is
usually aware of Boost, and likely to go that route for a submission.
Maybe it is time I dust off my research into policy driven observer
patterns? [I was holding off to see what Andrei turned up, but fallout
from 9/11 stopped him attending the ACCU conference that year, and
there were a couple of problems with lifetimes I never got round to
solving]
AlisdairM(TeamB)
|
|
| Back to top |
|
 |
Chris Gordon-Smith Guest
|
Posted: Sun Dec 05, 2004 11:47 pm Post subject: Re: What libraries do you use? |
|
|
Pete Fraser wrote:
| Quote: | We've been talking about libraries in another thread and I was
thinking that often people use the libraries they know of. So here's
an opportunity to spread the word about libraries that you use and
love.
By libraries, I *don't* mean components, good as they are. I mean
things like Boost, which seems to have very good docs.
When replying, please include URL and information about
documentation, support etc.
Over to you.....
Pete
|
I use the Lazarus LCL library. It lets me do most of the things I used to do
with VCL.
--
Chris Gordon-Smith
London
Homepage: http://graffiti.virgin.net/c.gordon-smith/
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|