Download Pelles C here: http://www.pellesc.se
#ifndef __POCC__
typedef __int64 ssize_t; // POSIX type not present on Windows... @private@
#endif
or#ifndef __POCC__
typedef size_t ssize_t;
#endifit should be in <sys/types.h> without any ifdefs
Quote from: John Z on January 15, 2026, 12:26:58 PMLooking for some information on creating PDF files I found an old add-in project created by multiple authors Pelle, Timo, and Robert, way back in 2005 for Pelles C version 3 (I think), then updated and added RTF by Timo in 2013. https://forum.pellesc.de/index.php?topic=471.15
Of course it no longer worked with the newer version of Pelle C version 13.00.9 - Soooo I've minimally hacked it to get it functional for the current version. While it will now work with plain text, UTF-8, and UTF-16 source pages it will only accurately produce output if the text code point is within the ANSI space. This is OK for source code but some comments won't be displayed correctly when non-ANSI characters are used. Could be fixed too but not sure it would be worth the effort.
Project ZIP include everything for a 64 bit version.
John Z
Page created in 0.062 seconds with 15 queries.