I have yet to get anything to run, including the sample provided. I turned on verbose and instead of getting the usual POLINK: fatal error: access denied, I got instead:
Building hello.OBJ.
C:\PellesC\Projects\Samples\Standard C\Hello\hello.c(17): warning #2216: Return value from function is never used.
Building hello.EXE.
POLINK: error: Unresolved external symbol '__penter'.
POLINK: error: Unresolved external symbol '_printf'.
POLINK: error: Unresolved external symbol '__mainCRTStartup'.
POLINK: fatal error: 3 unresolved external(s).
*** Error code: 1 ***
Done.
This is when I attempt to run the sample program that simply does Hello World.
Any help would be greatly appreciated.
I strongly suspect it is my antivirus, Bitdefender and have added POLINK.exe to excluded processes, but that didn't help. I have excluded the folder also, without any joy.