S
Sova
Hi,
has anybody had any experience in using this c++ library? (
http://www.sdsc.edu/pb/pdblib/pdblib.html )
I can find very little helpfull info about it online, and i've got some
problems in getting it up and running.
I'm using the 2.2 version.
Does this library support windows platform?
When i try to compile it i get a bunch of errors (and i do as the readme
says). Tried using 3 different compilers (djgpp's, mingw, and VC++), with no
luck.
For instance, when i do this:
make libpdbpp.a (as in the readme)
mingw reports errors as
"list.h: In member function 'void ArrayListMgr<T>:perator++()':
list.h:127: error: '_element' undeclared (first use this function)"
and more of the type (only in different functions and classes).
(_element is a protected variable inside as different class, that this one
has inherited)
There are also other variables as such.
I haven't got a clue of what to do, so please help me...
Thank you for any assistance!
ivan
has anybody had any experience in using this c++ library? (
http://www.sdsc.edu/pb/pdblib/pdblib.html )
I can find very little helpfull info about it online, and i've got some
problems in getting it up and running.
I'm using the 2.2 version.
Does this library support windows platform?
When i try to compile it i get a bunch of errors (and i do as the readme
says). Tried using 3 different compilers (djgpp's, mingw, and VC++), with no
luck.
For instance, when i do this:
make libpdbpp.a (as in the readme)
mingw reports errors as
"list.h: In member function 'void ArrayListMgr<T>:perator++()':
list.h:127: error: '_element' undeclared (first use this function)"
and more of the type (only in different functions and classes).
(_element is a protected variable inside as different class, that this one
has inherited)
There are also other variables as such.
I haven't got a clue of what to do, so please help me...
Thank you for any assistance!
ivan