Hi Anatoly,
        The compiler and linker executable used depends on what is on your 
PATH environment variable.  What headers and libraries are used depends on 
what paths are in your INCLUDE and LIB (I think these names are correct, 
double check with the Microsoft docs) environment variables.  The MVS8 
compiler has deprecated all (as far as I can see) of the old string 
manipulation functions as well as printf, etc.  You will either have to 
put up with these warnings or hide them using the appropriate compiler 
pragma.  As far as I know, no 'official' testing has been done with MVS8 
so there may be more undiscovered problems... (i.e. I think you will also 
have to be careful of DBC (i.e. some functions wanting to use wchar_t 
instead of char), but this may be down to compiler options.)

Regards,

Fred Preston.




"Anatoly Gutnick" <[EMAIL PROTECTED]> 
20/01/2007 18:35
Please respond to
"Apache AXIS C Developers List" <[email protected]>


To
<[email protected]>
cc

Subject
how to compile axis C++ with VS 2003 or VS 2005?






Hi,
 
i am able to build Axis C++ client using ANT based build 
http://ws.apache.org/axis/cpp/antbuild-guide.html
 
I have Microsoft Visual C++ v6 installed on by build machine.
This compiler is used as i understand by default.
 
I have Visual Studio 2003 (VS7)and Visual Studio 2005 (VS8) isntalled on 
the same machone. 
 
I would like to use VS2003 or VS2005 compiler instaed of VS6,
what i have to do?
 
Thanks,
Anatoly

Reply via email to