oxidiz3d How do I cheat?
Reputation: 0
Joined: 07 Aug 2006 Posts: 1
|
Posted: Tue Aug 08, 2006 11:01 am Post subject: Compiling Problem |
|
|
Hi, ive been following zand's tut on making UCE and i was at the stage where u compile the watever.sys. The problem is that when i start compiling the DDK gives me a strange error msg
"Linking Executable - objfre_wxp_x86\i386\watever.sys for i386 dbkdrvr.obj : error LNK2019: unresolved external symbol _hook@0 referenced in function _DriverEntry@8
objfre_wxp_x86\i386\watever.sys : error LNK1120: 1 unresolved externals
BUILD: Done
watever is not exactly the string i used, this is just one i use for the purpose to show what the error is, i used a unique string in my compilation
I was wondering am i doing wrong? What is the reason for this error msg? If its the hook, it is placed in the DBKKernel folder and i did add the code hook(); in the right spot (also changed the call#) and the #include part in DBKDrvr.c.
Any help would be grealy appreciated. Thank you in advance.
|
|