Hi,

I am using Jeffrey Pohlmeyer's TidyPas sources for LibTidy (Windows,
Delphi7) and I want to set the ErrorFile for the underlying lib to
nothing (nil, none).

But, when I do this, I get an AV (in Delphi7).

    tidyOptSetValue(fTidyDoc, TidyErrFile, ctmbstr(TIDY_NULL_FILE));
    tidySetErrorFile(fTidyDoc, ctmbstr(TIDY_NULL_FILE));

{ where TIDY_NULL_FILE = 'NUL' for Windows }

Could someone tell me what I am doing wrong.


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

Reply via email to