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?