SDK Return code 2 from Everything_Query(True)

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
daspud
Posts: 103
Joined: Wed Apr 01, 2009 3:15 am

SDK Return code 2 from Everything_Query(True)

Post by daspud »

I am using WinDev to connect with the Everything.DLL. It seems to work perfectly on my systems (win 7 and win 8), but not so for one of my customers. The GetLastError returns 2 (no IPC) whether or not Everything is running.

Is there something else besides Everything not running that could cause that return?

How would I go about figuring out what the problem is?

Thanks for any help

bob Roos
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: SDK Return code 2 from Everything_Query(True)

Post by void »

Are both apps running as administrator?

EVERYTHING_ERROR_IPC can occur if the Everything window is not found or WM_COPYDATA failed to send the IPC query.
Post Reply