Thanks,
Now I got a bit further.
But seems to be a missing file: POLINK: fatal error: Cannot find file 'msvcrt.lib'. Searched the computer and it's not there? But It doesn't seem like it's needed?
Now it compiles without problems.
Thanks
My hunch is that the web server that you're trying to compile was coded when BCX users were using Lcc-Win32, several
years before Pelles C was first released. Lcc-Win32 came with these files: msvcrt.lib and msvcrtd.lib but Pelles C does not.
You
might be able to compile and link by removing the msvcrt.lib dependency.
If you get it working, good job! Note that there are easier examples for learning BCX.