Hi All,
I generated code using the tool for Array & Base samples & they don't build
with the relevant clients which exist in the cvs.
The following are the errors encountered for Array -
ArrayClient.cpp
../../../../include\axis/client/Call.hpp(484) : warning C4251:
'm_strProxyHost' : class 'std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >' needs to have
dll-interface to be used by clients of class 'axiscpp::Call'
../../../../include\axis/AxisException.hpp(176) : warning C4275: non
dll-interface class 'exception' used as base for dll-interface class
'axiscpp::AxisException'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\exception(50)
: see declaration of 'exception'
E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(69) :
error C2440: '=' : cannot convert from 'int *' to 'int ** '
Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
E:\checkout_1_5_final\ws-axis\c\samples\client\array\ArrayClient.cpp(73) :
error C2440: '=' : cannot convert from 'int' to 'int *'
Conversion from integral type to pointer type requires
reinterpret_cast, C-style cast or function-style cast
intArrayType.cpp
ArrayTestPortType.cpp
../../../../include\axis/client/Call.hpp(484) : warning C4251:
'm_strProxyHost' : class 'std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >' needs to have
dll-interface to be used by clients of class 'axiscpp::Call'
../../../../include\axis/AxisException.hpp(176) : warning C4275: non
dll-interface class 'exception' used as base for dll-interface class
'axiscpp::AxisException'
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\exception(50)
: see declaration of 'exception'
E:\checkout_1_5_final\ws-axis\c\deploy\wsdls\ClientOut\ArrayTestPortType.cpp
(43) : warning C4101: 'pcCmplxFaultName' : unreferenced local variable
Error executing cl.exe.
Regards,
Rangika