|
-
Nov 24th, 2006, 07:18 AM
#1
Thread Starter
Hyperactive Member
Anybody know fate of GetMem8()/PutMem8 etc in Vista?
I was wondering if anybody can confirm that these functions will not be broken in Vista.. I haven't seen any warnings about CopyMemory(), so I'm hoping the undocumented poke/peek stuff is still fair game?..
-
Nov 24th, 2006, 07:53 AM
#2
Re: Anybody know fate of GetMem8()/PutMem8 etc in Vista?
They're part of the VB runtime which is included in Vista.
RtlMoveMemory and RtlCopyMemory are part of the kernel driver development toolkit and as such I believe they would have to work.
-
Nov 24th, 2006, 08:54 AM
#3
Thread Starter
Hyperactive Member
Re: Anybody know fate of GetMem8()/PutMem8 etc in Vista?
Thanks, I was just worried about some new undocumented memory protection.. I know the calls will be included.. CopyMemory is similar and soo common that they need to support that I figure.. Its just that the last thing I want to do is scour/update code at the last minute..
-
Nov 24th, 2006, 08:55 AM
#4
Re: Anybody know fate of GetMem8()/PutMem8 etc in Vista?
If there was memory 'protection' to the extent that GetMem and PutMem didn't work, no program would work.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|