Download Pelles C here: http://www.pellesc.se
Quote from: TimoVJL on January 16, 2026, 06:34:08 PMzlib 1.3.1 project with missing header file, that dependecies forgot.
zlib 1.3.1 Release Notes

#include <stdio.h>
/* entry point */
int main(void)
{
printf("Hello, world!\n");
printf("Салом Ҷаҳон!\n");
return 0;
}
#include <stdio.h>
/* entry point */
int main(void)
{
printf("Hello, world!\n");
printf("????? ?????!!\n");
return 0;
}
Quote from: John Z on January 16, 2026, 11:45:34 AMHi Robert,
My apologizes, I didn't check that the project zip was complete. I updated the post with a project zip that includes the libs.
I'll look further into it (UTF-8) with the link you provided.
Hopefully good memories for you
John Z
#include <stdio.h>
/* entry point */
int main(void)
{
printf("Hello, world!\n");
return 0;
}
#include <stdio.h>
/* entry point */
int main(void)
{
printf("Hello, world!\n");
printf("Салом Ҷаҳон!\n");
return 0;
}
#include <stdio.h>
/* entry point */
int main(void)
{
printf("Hello, world!\n");
printf("????? ?????!!\n");
return 0;
}
Page created in 0.023 seconds with 11 queries.