I've written a program that will hopefully install windows hooks except when it compiles i get some unexpected linking errors, can anybody shed any light onto the cause of these, and or give me directions on how to go about fixing them:


--------------------Configuration: key32 - Win32 Debug--------------------
Linking...
key32.obj : error LNK2001: unresolved external symbol "int __stdcall PaintHooksDll(struct HDC__ *)" (?PaintHooksDll@@YGHPAUHDC__@@@Z)
key32.obj : error LNK2001: unresolved external symbol "int __stdcall InstallFilter(int,int)" (?InstallFilter@@YGHHH@Z)
Debug/key32.exe : fatal error LNK1120: 2 unresolved externals
Error executing link.exe.

key32.exe - 3 error(s), 0 warning(s)



I enclose my project so if anybody would like to take the challenge be my guest, because it baffles me!!

cheers in advance

Andy