Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbxml 2.3.10 & Visual Studio 6

620935Feb 1 2008 — edited Jan 2 2009
I tried to buid bdbxml using visual studio 6 (+sp6) but i've actually got tons of errors. I've fixed some of them but i'm stuck with this one:

-------------------Configuration: dbxml - Win32 Release--------------------
Compiling...
NsDocument.cpp
dbxml-2.3.10\dbxml\src\dbxml\nodeStore\NsDocument.cpp(287) : error C2061: syntax error : identifier '_oc'
dbxml-2.3.10\dbxml\src\dbxml\nodeStore\NsDocument.cpp(289) : error C2228: left of '.set' must have class/struct/union type
dbxml-2.3.10\dbxml\src\dbxml\nodeStore\NsDocument.cpp(290) : error C2228: left of '.get_data' must have class/struct/union type
Error executing cl.exe.

All - 3 error(s), 0 warning(s)

This error is connected with this line of code:
DbtOut &data(_oc.data());

Do you have any idea how to fix it?
Anyone is using 2.3.10 with vs6?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 30 2009
Added on Feb 1 2008
14 comments
2,304 views