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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to