LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Unexpected "KeyboardHookDll" usage

Hi all,
I have just noticed that in debug window of my projects some lines are appearig regarding a "KeyboardHookDll" which I'm not aware of. Even with a simple project that opens a window and closes it by a button I get the following lines in the debug window:
 
When starting the project (before the "break on first statement" option interrupts code execution):
 KeyboardHookDll DllMain called
 KeyboardHookDll DllMain DLL_PROCESS_ATTACH called
 KeyboardHookDll ShellHookFunc called
 KeyboardHookDll ShellHookFunc called
 KeyboardHookDll ShellHookFunc called
 KeyboardHookDll ShellHookFunc called
 
When pressing "Exit" button:
 KeyboardHookDll ShellHookFunc called
 KeyboardHookDll DllMain called
 KeyboardHookDll DllMain DLL_PROCESS_DETACH called
 KeyboardHookDll ShellHookFunc called
 
I never observed those lines before (I usually use extensively the debug output window when debugging projects I work on) and I am not sure why they started appearing now. They are appearing on CVI 6.0, 7.1 and 8.0 projects regardless the composition of such projects.
 
Anyone hase some idea about them?


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 1 of 2
(2,678 Views)
Forget it!
These lines appear only when I'm running MusicMatch Juxebox media player to hear some music while working... Smiley Surprised
 
Wew! I was beginning to suspect to have been infected by some unknown virus not detected by firewall and antivirus... Smiley Happy


Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,673 Views)