[fpc-pascal] fpc 2.0 and DOM/xml under OS/2 gives me "Process terminated by SIGSEGV"

Søren Ager sorenager at poboxes.com
Mon Aug 22 20:01:38 CEST 2005


On 21-08-05 15.49, Søren Ager wrote:

> Any ideas why?

Changing:

   DOMString = WideString;
   DOMPChar = PWideChar;

to:

   DOMString = String;
   DOMPChar = PChar;

in dom.pp fixed the problem. So I guess the WideString is broken in fpc 
for OS/2. Is there anyway to disable it so I don't run into this problem 
in the future?

-- 

Hilsen
   Søren




More information about the fpc-pascal mailing list