OK, I'm getting further. I have built SDO for C++ (I had to change both the preprocessor include settings, and the lib include settings for the sdo_runtime project). I now have:
Additional include directories: ..\..\..\runtime\core\src,..\..\..\lib\libxml2-2.6.23.win32\include ,..\..\..\lib\iconv-1.9.1.win32\include,..\..\..\dependencies\zlib- 1.2.2.win32\include Additional library path: ..\..\..\lib\libxml2-2.6.23.win32\lib I received some errors when copying some files in the post-build step - so I had to change the locations for the same directories as before (i.elib\libxml2- 2.6.23 which was dependencies\libxml2-2.6.19) I also had a problem when I try to build the project 'sdo_test' - in this case it looks like the project settings don't include the header files for sdo - this is using the Win32 Release configuration. I used the debug configuration and the tests run from within Visual Studio. -- Colin Thorne
