Hello
I have a question
I'm going to use Everything32.dll in my program. (i am programming in VC++ - console application)
I've added include and lib files to the my program and copied Everything32.dll to my programs executable directory. Program runs without error, but program does not display any output.
I checked the code, error is in the following line:
// find the everything ipc window.
everything_hwnd = FindWindow(EVERYTHING_IPC_WNDCLASS,0);
it can not find windows and returns 0.
how can i solve this error?
thanks a lot
problrm with "FindWindow(EVERYTHING_IPC_WNDCLASS,0);'
Re: problrm with "FindWindow(EVERYTHING_IPC_WNDCLASS,0);'
Everything IPC/SDK requires Everything to be running.
Is Everything running?
Is Everything running?
Re: problrm with "FindWindow(EVERYTHING_IPC_WNDCLASS,0);'
Thank you for your quick responsevoid wrote:Everything IPC/SDK requires Everything to be running.
Is Everything running?
for using the dll, (Everything) software must be installed?
for using the dll, (Everything) software must be running?
Re: problrm with "FindWindow(EVERYTHING_IPC_WNDCLASS,0);'
Everything does not have to be installed, as long as Everything.exe is running.for using the dll, (Everything) software must be installed?
ie: you can run the portable version of Everything.exe
Yes.for using the dll, (Everything) software must be running?
http://www.voidtools.com/support/everything/sdk/#notes
Re: problrm with "FindWindow(EVERYTHING_IPC_WNDCLASS,0);'
thanks a lotvoid wrote:Everything does not have to be installed, as long as Everything.exe is running.for using the dll, (Everything) software must be installed?
ie: you can run the portable version of Everything.exe
Yes.for using the dll, (Everything) software must be running?
http://www.voidtools.com/support/everything/sdk/#notes