|
-
Jul 27th, 2001, 03:42 PM
#1
Thread Starter
Addicted Member
Unexpected Linking Errors
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|