dbxml 2.3.10 & Visual Studio 6
620935Feb 1 2008 — edited Jan 2 2009I 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?