I've installed Eclipse CDT so I'll be able to write and compile C code.
The compilation progress fails and the following error appears:
LNK1104 : cannot open file kernel32.lib
I've been searching for this file in my computer and found out it appears in some folders,
C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib
How could I "refer" eclipse to one of this certain paths so the kernel32.lib
file will be found and I'll be able to compile and run C
files?
EDIT
Thanks to @mux answer the LNK1104 : cannot open file kernel32.lib
is now gone , but a new error appears now : LNK1104 : cannot open file 'C:\Program.lib'
.
Once again, any suggestion will be helpful.