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] > >
