Larry, Building XalanC with VS 2005 and newer requres that the companion Xerces-C DLL files must be located by the PATH environment.
Xalan-C creates a program using Xerces-C to parse the xlif message file and create the message library. Without looking deeper into your issue, I have had the above cause problems. Sincerely, Steven J. Hathaway ------- > Hello folks: > > Developing 32 bit app on Win 7/64, VS 2010. > > I'm new to Xerces and Xalan. > > Xerces built fine on my Windows system, I've been parsing XML with it > for > several weeks. > > I'm having problems building Xalan. > > I'm getting the following error: > > --------------------------------------------- > > 2>D:\utilities\code\windows_files\xalan\xalan-c-1.11\c\Projects\Win32\VC10\Utils\XalanMsgLib\XalanMsgLib.targets(45,5): > error MSB3721: > The command > " > ..\..\..\..\..\Build\Win32\VC10\Debug\MsgCreator > ..\..\..\..\..\src\xalanc\NLS\en_US\XalanMsg_en_US.xlf > -TYPE inmem > -LOCALE > en_US > -OUTDIR > ..\..\..\..\..\Build\Win32\VC10\Debug\Nls\Include > " > exited with code -1073741515. > > -------------------------------------- > > The message has been spread over several lines for readability. > > I've searched archives for "-1073741515" and found nothing. > > The folders and files refereced in the argument list do exist. The > "Include" folder is empty. > > I'm assuming there is something I haven't configured in the project. > > The Build's output is peppered with dozens of this error: > > fatal error C1083: Cannot open include file: 'LocalMsgIndex.hpp': No > such file or directory > > Suggestions? > > Thanks > Larry > > > > > -- > View this message in context: > http://apache-xml.6118.n7.nabble.com/Building-Xalan-MsgCreator-error-1073741515-tp39617.html > Sent from the Xalan - C - Users mailing list archive at Nabble.com. > >
