Hi,
When I use Pelles C 32-bit and compile this code using cc main.c, it works.
#include <stdio.h>
int main(void) {
printf("hello\n");
return 0;
}
However, using the 64-bit version of Pelles C, also using cc main.c, I get a long list of errors like this:
...
POLINK: error: Unresolved external symbol '__imp__DeleteFileA@4'.
POLINK: fatal error: 34 unresolved external(s).