MouseWheelOFF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Compile error on the blRet=MouseWheelOF statement. "Variable not defined"

It does not find the dll even if I placed it in both Windows\system and my
apps folder.
 
There is a spelling error in the code as posted (you need another "F" at the
end). Of course, I don't know if that is a typo here or if you copied and
pasted from your code.
Did you copy the module mdlMouseWheel into your application? That is part
of what is needed, along with the dll.
 
Actually, it was modMoouseHook in the version I downloaded; he may have
changed the name between versions. Not importing this module is the most
common mistake people make trying to use Lebans beautiful little function!
 
Yes, the module was not mentioned in the lebans site. Your suggestion did the
trick. Thanks for a prompt reply!!
 
I'm pretty sure I changed the name. I referred to one of my own
applications before I made the suggestion, and it was named mdlMouseHook
there. I tend to use mdl as the prefix for modules. Thanks for pointing it
out.
 
Back
Top