User forums > Help

Xerces and code::blocks

<< < (2/3) > >>

Anonymous:
Thanks for the answer.
I'll try this expat .
I dont not need really the parser. I'm in pre stage of a little project and I'm going round possible tools to achieve things.
The project is tiny but I might go as well for a data base like mysql or interbase. If I really need xerces parser, I'll repost. Thanks for the offer.

mandrav:
What I meant by really *needing* the parser, was that if you 're sure you need all this extra functionality.
We use TinyXML in Code::Blocks and it works like a charm. But then again we don't need anything bigger/fancier...

Yiannis.

per_eckerdal:

--- Quote from: Anonymous ---The project is tiny but I might go as well for a data base like mysql or interbase. If I really need xerces parser, I'll repost. Thanks for the offer.
--- End quote ---


If the project is small, I wouldn't go for huge projects as MySQL. I recommend a look at http://www.sqlite.org/. (If your app is server-based, MySQL *could* be useful, but normally it's simply to much hassle to install MySQL "just for this small app".. SQLite is also easier to set up and manage.)
/Per Eckerdal

David Perfors:
there is also an wx port for sqlite, wxsqlite, don't know the link :)

per_eckerdal:
http://wxsqlite.sourceforge.net/
(even though I hadn't heard of it before)
/Per Eckerdal

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version