Sathasivam, Elayaraja wrote:
Thanks for your reply. I can't change the version of :
xerces-c-src_2_5_0. Could you please tell me the compatible version of
ICU and the free version of Visual C++ express  edition.

Visual C++ Express is only available for the 2005 and 2008 releases, both released after 2004. If you must use Visual C++ Express 2008 and Xerces 2.5, your best option is to open the solution project for VC7.0 that ships with Xerces and manually fix it to build with ICU 4.0: - remove util\Transcoders\Win32\Win32TransService.cpp and Win32TransServive2.cpp
- add util\Transcoders\ICU\ICUTransService.cpp
- in the compiler options, replace the definition of XML_USE_WIN32_TRANSCODER with XML_USE_ICU_TRANSCODER
- add F:\ICU\icu\include to the preprocessor options of the compiler
- add F:\ICU\icu\lib to the linker options, and icuuc.lib to the list of libraries

Alberto



_________________________________________________________________

-----Original Message-----
From: Alberto Massari [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 1:42 PM
To: [email protected]
Subject: Re: Does Xercess-C++ with ICU supports Microsoft virtual c++
2008Express edition ???

Xerces 2.5 is too old (2004) to know Visual C++ 2008; the error you get ("'msdev' is not recognized..") means that Visual Studio 6 could not be found in the PATH environment variable. You should upgrade to the latest

release for the 2.x version, Xerces 2.8; however, as ICU 4.0 has been released last month, you will also have to update the perl script to look for the correct names.

Alberto

Sathasivam, Elayaraja wrote:
*_Build the Xercess-C++ with ICU:_*

Microsoft visual C++ 2008 express edition.

XSLT: Version 1.0

Processor: xerces-c-src_2_5_0

Platform: Windows XP

C++: Microsoft virtual c++ 2008 Express edition.

ICU: icu4c-4_0-Win32-msvc8

Does *_Xercess-C++ with ICU_* supports Microsoft virtual c++ 2008 Express edition ???

Find the output as follows,

F:\ICU\xerces-c-src_2_5_0\scripts>perl packageBinaries.pl -s F:/ICU/xerces-c-src_2_5_0 -o F:/bui ld_Xerces-ICU -m icu >> build.log Could Not Find F:\ICU\icu\*.dep 'msdev' is not recognized as an internal or external command, operable program or batch file.

The system cannot find the file specified.

'msdev' is not recognized as an internal or external command, operable

program or batch file.

The system cannot find the file specified.

Could Not Find F:\ICU\xerces-c-src_2_5_0\*.dep 'msdev' is not recognized as an internal or external command, operable program or batch file.

The system cannot find the file specified.

'msdev' is not recognized as an internal or external command, operable

program or batch file.

The system cannot find the file specified.

cp: cannot stat `XercesMessages*.DLL': No such file or directory

cp: cannot stat `XercesMessages*.lib': No such file or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/Build/Win32/VC6/Release/*.dll': No such file or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/Build/Win32/VC6/Release/*.exe': No such file or directory

cp: cannot stat `F:/ICU/icu/bin/icuuc26.dll': No such file or
directory
cp: cannot stat `F:/ICU/icu/bin/icuuc26d.dll': No such file or
directory
cp: cannot stat `F:/ICU/icu/bin/icudt26*.DLL': No such file or
directory
cp: cannot stat `F:/ICU/icu/bin/icudt26*.dll': No such file or
directory
cp: cannot stat `F:/ICU/icu/lib/icudata.lib': No such file or
directory
cp: cannot stat `F:/ICU/icu/lib/icuucd.lib': No such file or directory

cp: cannot stat
`F:/ICU/xerces-c-src_2_5_0/src/xercesc/util/MsgLoaders/ICU/resources/Xer
cesMessages*.res':
No su ch file or directory

cp: cannot stat
`F:/ICU/xerces-c-src_2_5_0/src/xercesc/util/MsgLoaders/ICU/resources/Xer
cesMessages*.DLL':
No su ch file or directory

cp: cannot stat
`F:/ICU/xerces-c-src_2_5_0/src/xercesc/util/MsgLoaders/ICU/resources/Xer
cesMessages*.lib':
No su ch file or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/Build/Win32/VC6/Release/xerces-c_*.lib': No

such file or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/Build/Win32/VC6/Debug/xerces-c_*D.lib': No such file or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/Build/Win32/VC6/Debug/xerces-c*D.dll': No such file or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/Build/Win32/VC6/Release/obj/*.map': No such

file or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/license.html': No such file

or directory

cp: cannot stat `F:/ICU/xerces-c-src_2_5_0/XLicense.html': No such file or directory

Regards,

Raja



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

Reply via email to