Page 1 of 1
How can i Execute game.dll within an App
PostPosted: Sat Jul 19, 2003 12:46 pm
by Imoen
Hi
I want to Code a Little Tool to Start the Game.dll with some Params. My prob is that i don't get the game.dll run within my app.
Because in cmd box of WIndows i can start it.
Im using Delphi to code it. Has anybody an idea?
PostPosted: Sat Jul 19, 2003 1:01 pm
by Milcis
if you use windows Xp you can make a *.bat for start game.dll
with this command : "@start game.dll IP username password"
PostPosted: Sat Jul 19, 2003 1:22 pm
by Imoen
thx Milcis
I wrote a Procedure now that creates a CMD File wich is then startet from my App.
i had to wrote the Procedure because it must Create the cmd file Variable for each Account/User that is loggin in.
My GOAL is to Write an Alternate "Login Client" without the EULA an ROC Popups and more Options.
PostPosted: Sat Jul 19, 2003 7:58 pm
by Corillian
from within an application you can use ShellExecute()
PostPosted: Sat Jul 19, 2003 8:32 pm
by Imoen
hmm i have tried shellexecute as well but nothing happend

PostPosted: Sun Jul 20, 2003 10:10 am
by duff
HRESULT __stdcall Execute(
IDispatch* Application,
long hwndOwner,
SAFEARRAY** ContextParams,
SAFEARRAY** CustomParams,
wizardResult* retval
);
search on MSDN