Direct memory access of other applications?
-
I am writing a utility that will interact with another piece of software (Civ III). What I am trying to do is to access the turn number from my application. However, I am having difficulty finding information on how to do this. Can anyone direct me to a good example of this, or have any suggestions? Thanks. edit: let me clarify, I need general information on accessing memory from another application, not on the specifics of Civ III. :)
-
I am writing a utility that will interact with another piece of software (Civ III). What I am trying to do is to access the turn number from my application. However, I am having difficulty finding information on how to do this. Can anyone direct me to a good example of this, or have any suggestions? Thanks. edit: let me clarify, I need general information on accessing memory from another application, not on the specifics of Civ III. :)
Search the articles here on CodeProject for "minesweeper" and you'll find exactly what your looking for. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
Search the articles here on CodeProject for "minesweeper" and you'll find exactly what your looking for. RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
Thank you very much. This does look just like what I want. :-D