Hi Dave, I found the problem. The folling instruction (executed prior to Xalan stuff), makes Xalan crash during its initialization: _controlfp(_EM_INEXACT + _EM_UNDERFLOW, _MCW_EM);
I guess that Xalan is using a diferent Control Word for floats and here comes the problem. Thanks for your help. -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: martes, 10 de mayo de 2005 19:56 Para: [email protected] Asunto: RE: Xalan 1.9 crashes? Hi Mark, First, some basics: 1. Please don't include my personal email address on replies -- it just populates my inbox with extra copies. 2. Please run some of the sample applications to see if they work, ask I asked in my previous post. Then, if they work, run the Xalan.exe executable using a trivial source document and stylesheet. We need to know if there is something wrong with your run-time environment, or there is something your application is doing at run-time to change the default floating-point behavior. The code in 1.9 works fine on all of our platform and compiler combinations, so there must something your application is doing an run-time or compile/link time that is changing the standard behavior. It's possible to provide a workaround for Windows, but we need to understand what's going on, in case we need to modify the code for the next release. Dave --------------------------------------------------------------------- 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]
