Hello all,
I'm new to using Pelles C, and C itself.
I'm copying some programs out of the Kernighan/Ritchie book, but I keep getting this error when trying to build an executable out of source code:
Building fahrenheit.exe.
POLINK: error: Unresolved external symbol '_WinMain@16'.
POLINK: fatal error: 1 unresolved external(s).
*** Error code: 1 ***
Done.
Does anyone know how to get around this?
Thanks,
Rodan