I'm using Everything 1.4.0.713b as a named instance, which is currently not working correctly with Total Commander. If I test without named instance, the connection is working. What is the best way to address a named instance via IPC?
Comment from TC Author in forum:
Could you explain the best way to solve this?I have checked this now - TC doesn't look for Everything window. It checks this:
FindWindow('EVERYTHING_TASKBAR_NOTIFICATION',nil)
This is the window to which the SDK sends commands via WM_COPYDATA and other WM_USER commands. It seems to be named differently when using named instances. I tried without this check, and the Everything SDK was hanging. So apparently the SDK does not handle named instances.
Regards, EricB