Ins@ne, I'm using your launcher, it's fine. Please, you can tell me (in programming terms) how you manage to make the connection with the server?.
I don't know if this it's the even appropriate place to make the question.
Printable View
Ins@ne, I'm using your launcher, it's fine. Please, you can tell me (in programming terms) how you manage to make the connection with the server?.
I don't know if this it's the even appropriate place to make the question.
thk for your help (irony), I solved it.
you can close the post.
Well A3 is coded in Delphi and what you need to do is make a launcher in VB and then make it launch your a3client.exe. The A3client.exe takes care of the rest of the stuff for you.
If you want more details on this - contact me on my MSN sometime. I'll tell you how coz it really doesnt fit into the server development of A3.
Dim i As Long
i = Shell(App.Path & "\Launcher.exe 3216473353")
Very simple VB code just 2 lines!