Hi,
Im working on a program at the moment, using shared memory between 2 applications. I know how to initialise and attach shared memory etc. Im stuck on trying to pass it between applications. Its a game, both applications are different players. Each time a player takes a go, it must be shown to the other player. then that player gets his go etc.
Im working on a program at the moment, using shared memory between 2 applications. I know how to initialise and attach shared memory etc. Im stuck on trying to pass it between applications. Its a game, both applications are different players. Each time a player takes a go, it must be shown to the other player. then that player gets his go etc.