Quote:
Originally Posted by Chunky2
Interesting.
I already knew it needs to initialize all the DirectX functions, also I even know it's essential to connect to the login server's IP through the executable.
But I'd love to see a rag of its source code, as it seems to be highly top secret, for some weird reasons.
|
Well, that’s not true at all. Dsetup.dll is used for DirectX purposes in the first place and has nothing to do with connections and networking whatsoever. Mentioned file is being loaded during the start-up, which gives developers the opportunity to use own code (of course, the original code of the DirectX stuff still has to be loaded). Moreover, you can use the executable itself to connect to a specific IP address. As for that, no altered/own dsetup.dll is needed at all. If you like to, I can get you some more information in detail and code examples via Skype (jan.fmdev).