Thanks Jessec!
Greatly appreciated...
Quick question is this built against ICE 3.4.2?
Secondly for fun,
, I'm trying to build the x64 libraries, with VS2010 and ICE 3.4.2
Server built fine btw...
build-cpp fails with the following:
Building with ICE_HOME=C:\Program Files (x86)\ZeroC\Ice-3.4.2
Debug setting: True (debug)
64-Bit build: True (x64)
Compiling src\omero\sys\ParametersI.obj
ParametersI.cpp
C:\Program Files (x86)\ZeroC\Ice-3.4.2\include\IceUtil/Handle.h(168) : error C22
49: 'IceInternal::GCShared::__incRef' : no accessible path to private member declared in virtual base 'omero::sys::Parameters'
C:\Program Files (x86)\ZeroC\Ice-3.4.2\include\Ice/GCShared.h(33) : see declaration of 'IceInternal::GCShared::__incRef'
D:\Development\XXX\Personal\JIC\OMERO\ome\components\tools\OmeroCpp\target\omero/System.h(1815) : see declaration of 'omero::sys::Parameters'
C:\Program Files (x86)\ZeroC\Ice-3.4.2\include\IceUtil/Handle.h(162) : while compiling class template member function 'IceUtil::Handle<T>::Handle(T *)'
with
[
T=omero::sys::ParametersI
]
src\omero\sys\ParametersI.cpp(30) : see reference to class template instantiation 'IceUtil::Handle<T>' being compiled
with
[
T=omero::sys::ParametersI
]
scons: *** [src\omero\sys\ParametersI.obj] Error 2
Any ideas?
Thanks,
J.