It's Axis2/C 1.3 On 10/5/07, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote: > What is the Axis2/C version you are using? > > Samisa... > > topcoder1 wrote: > > Hi thanks! I added the preprocessor definitions WIN32;AXIS2_DECLARE_EXPORT > > it still says error C2664: 'axis2_options_set_soap_action' : cannot > > convert parameter 3 from 'const axutil_string_t *' to 'axutil_string_t > > *' I have to do a manual casts for lots of these parameters... It's > > not a Console application, it's other Win32 application though, I am > > integrating axis2 into a 3d game engine. > > anything I missed that will get solve this problem? > > thanks > > > > > > On 10/5/07, Dimuthu Gamage <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> You seems started the project as General-> Empty Project (if you are > >> developing on Visual Studio). I also got the same error in that path. > >> > >> Either you can start a new project Win32-> Console Application or you can > >> just add preprocessor definitions WIN32;AXIS2_DECLARE_EXPORT to solve the > >> problem. > >> > >> Thanks > >> Dimuthu > >> > >> > >> > >> > >> > >> On 10/4/07, topcoder1 <[EMAIL PROTECTED]> wrote: > >> > >>> I added WIN32 in preprocessor definitions, now I am getting tons of > >>> errors like this: > >>> error C2440: '=' : cannot convert from 'void *' to 'axiom_element_t *' > >>> Conversion from 'void*' to pointer to non-'void' requires an > >>> explicit cast > >>> > >>> current_element = axiom_node_get_data_element( parent, env); > >>> please help, thanks! > >>> > >>> On 10/3/07, topcoder1 <[EMAIL PROTECTED]> wrote: > >>> > >>>> when compiling the client stub code generated from axis2c tool I got > >>>> > >> this error: > >> > >> L:\bin\axis2c-bin-1.1.0-win32\axis2c-bin-1.1.0-win32\include\axutil_config.h(30): > >> > >>>> fatal error C1083: Cannot open include file: 'config.h': No such file > >>>> or directory > >>>> i can't find config.h anywhere within the axis2c installation, any idea? > >>>> thanks > >>>> #ifndef AXUTIL_CONFIG_H > >>>> #define AXUTIL_CONFIG_H > >>>> > >>>> /* undef unwated cnfig macros to avoid conflicts with APR macros */ > >>>> #undef PACKAGE > >>>> #undef PACKAGE_BUGREPORT > >>>> #undef PACKAGE_NAME > >>>> #undef PACKAGE_STRING > >>>> #undef PACKAGE_TARNAME > >>>> #undef PACKAGE_VERSION > >>>> #undef VERSION > >>>> > >>>> #include < config.h> > >>>> > >>>> /* undef unwated cnfig macros to avoid conflicts with APR macros */ > >>>> #undef PACKAGE > >>>> #undef PACKAGE_BUGREPORT > >>>> #undef PACKAGE_NAME > >>>> #undef PACKAGE_STRING > >>>> #undef PACKAGE_TARNAME > >>>> #undef PACKAGE_VERSION > >>>> #undef VERSION > >>>> > >>>> #endif /* AXIS2_UTILS_H */ > >>>> > >>>> > >>> > >> --------------------------------------------------------------------- > >> > >>> To unsubscribe, e-mail: > >>> > >> [EMAIL PROTECTED] > >> > >>> For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > Samisa Abeysinghe : WSO2 WSF/PHP > "http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web services in PHP" > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
