.DLL file get settings from .INI file
Can anyone help me?
Is it possible for a .dll file to get its settings/variable values from an external .ini file? Its kind of hard to explain :S
Okay, I have a dll that I want to inject into a game (WarRock).. And just before it injects I want it to gather information from the .ini file and put it into the .dll file, so its like a default hack settings file.
Any ideas? Or am I talking rubbish? :P
You can do this like on a normal.exe file, only problem u get is that the App Path will be the path of the game into which u injected it and not the folder of the dll, so the settings need to be in the game folder.