You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by larryl <la...@hotmail.com> on 2013/01/04 10:54:12 UTC

Building Xalan - MsgCreator error -1073741515

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.

Re: Building Xalan - MsgCreator error -1073741515

Posted by sh...@e-z.net.
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.
>
>



Re: Building Xalan - MsgCreator error -1073741515

Posted by larryl <la...@hotmail.com>.
Hello Again:

   I just searched for "MsgCreator".  I found the answer, I needed the
Xerces DLL.  

         Thanks
         Larry




--
View this message in context: http://apache-xml.6118.n7.nabble.com/Building-Xalan-MsgCreator-error-1073741515-tp39617p39622.html
Sent from the Xalan - C - Users mailing list archive at Nabble.com.