Windows 64 Memory corruption tools

  • Thread starter Thread starter ajit
  • Start date Start date
A

ajit

Guest
Hi -

We are trying to port our 32 bit application to x64 platform. We are
facing some memory corruption in ntdll.

Just wondering are there any good memory corruption tools on x64
platform?
I have been googling this but could not find microsoft memory tools
for x64.

Other question is -
While porting application are there any specific flags which needs to
be applied
We are using Platform sdk x64 for porting and We replaced -DWIN32 to -
DWIN64 and /MACHINE:x86 top /MACHINE:x64. Is that the only change
applicable to port this application

- Ajit
 
Re: Windows 64 Memory corruption tools

You'll probably do better asking this over on one of the MSDN forums - this
newsgroup, while focused on 64-bit issues, is primarily aimed at IT Pros and
home users, and we don't have a whole lot of developers who hang out here.
That being said, you might well get lucky, we do have a few.

--
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel


"ajit" <email2ajit@gmail.com> wrote in message
news:571e8612-4098-430d-8364-bf15c4031305@i76g2000hsf.googlegroups.com...
> Hi -
>
> We are trying to port our 32 bit application to x64 platform. We are
> facing some memory corruption in ntdll.
>
> Just wondering are there any good memory corruption tools on x64
> platform?
> I have been googling this but could not find microsoft memory tools
> for x64.
>
> Other question is -
> While porting application are there any specific flags which needs to
> be applied
> We are using Platform sdk x64 for porting and We replaced -DWIN32 to -
> DWIN64 and /MACHINE:x86 top /MACHINE:x64. Is that the only change
> applicable to port this application
>
> - Ajit
 
Back
Top