Quote:
Originally Posted by bende16
what can I do to prevent that black cmd screen from opening ?
|
Remove AllocConsole() from DllMain.
Quote:
Originally Posted by bende16
I don't have any information. can you tell me briefly
|
You have to fill these variables with values read from a file. You can read that file in the DllMain (i don't think this is recommended to do, but other solutions are way more complex).
You can use C or C++ functions to read things from a file.
An example in C would be like this:

An example in C++ would be like this: