[fpc-pascal] tidypas (libtidy) question
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
[fpc-pascal] Slashdot article
Hi, The following article featured on slashdot. http://linux.slashdot.org/article.pl?sid=06/02/16/1343239 According to this article, Novell thinks that Adobe Photoshop is the most wanted application on Linux. Novell proposes several alternatives. http://www.desktoplinux.com/news/NS2844646285.html The first alternative for the most wanted applications is Pixel Image Editor, a FreePascal application. kind regards, Den Jean ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Slashdot article
Den Jean wrote: The first alternative for the most wanted applications is Pixel Image Editor, a FreePascal application. 'tis a shame that Pixel Image Editor is not Open Source. I'd feel much more inclined to contribute to open source if projects were in FreePascal. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal