in reply to Re: Re: Re: Re: Re+: Win32 Shared Memory
in thread Win32 Shared Memory
*googles*
If you find one, that'd be great =]
{UPDATE}: Ok, it wasn't looking for the wrong peice of memory: I know it's there and I know I can't access it for some reason.
However, all is not lost. There is a dll that does all the interfacing for me, specific to the game. However, it has void __stdcall functions, and Win32::API doesn't seem to be able to import them with the Win32::API->Import() function... Any clues?
{UPDATE2}: Ok, don't worry! Instead of using the ->Import() function, I just used ->new(), and it worked! Thanks for all your help! ^_^
|
|---|