load and call DLL in another process

delphi package - easy access to kernel objects etc.
Ahell
Posts: 31
Joined: Mon Feb 07, 2011 4:54 pm

Re: load and call DLL in another process

Post by Ahell »

MadExcept is installed. Also I set Debug privilege to my process. And my process is default starts by Administrator(not user) login.
But IProcess('Console.exe').LoadModule('file.dll',FASE).isValid:=false...

Do you have any ideas??
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: load and call DLL in another process

Post by madshi »

Is the IProcess.IsValid?
Ahell
Posts: 31
Joined: Mon Feb 07, 2011 4:54 pm

Re: load and call DLL in another process

Post by Ahell »

Yes

What I do next?
Post Reply