- link 2019 problem
- Posted by Li Liu on October 10th, 2007
I use part of the original code of moufiltr to complie since full size
code will crash the machine.But when linking, there is an error said
unresolved external symbol _MouFilter_IsrHook@32 referenced in
function _MouFilter_InternIoCtl@8 twice. What is that mean? where
can I get the answer to error list?
- Posted by Ivan Brugiolo [MSFT] on October 10th, 2007
I'm not sure what `part of the origianl code` means,
but, that error tells you that you have declared a function
for which the linekr cannot see the actual implemenation
in the list of obj/libs that you have supplied to it.
Basically, yoy might have chopped off a useful function.
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Li Liu" <lliu@cs.ua.edu> wrote in message
news:1191991656.240020.73380@57g2000hsv.googlegrou ps.com...
- Posted by Doron Holan [MSFT] on October 10th, 2007
remove the references to MouFilter_IsrHook in MouFilter_InternIoCtl and
retry.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Li Liu" <lliu@cs.ua.edu> wrote in message
news:1191991656.240020.73380@57g2000hsv.googlegrou ps.com...