I'm trying to get a value from my dll.
I made a application (In WIN32 C++) and Dll with it.
And I like to take some 'int' value or soneting like that,
from the dll to the application.
Thans for help
Copied from solution:
OK, So I have Application, DLL and Loader.
When I'm load the Loader, Its load the Pinball game.
And with the dll, its makes console and write the score of the current score in the pinball game.
(Codecave)
My Question is:
How I can get the current score from the dll, and send it to the application ?
I made a simple 'int' varible, with the value 60.
and send it to the application.
But I need to know how I can update it all the time ?
Because its stuck in the first value I typed.
I want its update in real time with the dll's score value.