| Subject: Windows 64 Memory corruption tools |
| Group: microsoft.public.windows.64bit.general |
| Date: 7/7/2008 3:37:18 AM |
| From: ajit [Email Address Protection] |
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 |
| Subject: Re: Windows 64 Memory corruption tools |
| Group: microsoft.public.windows.64bit.general |
| Date: 7/7/2008 9:23:46 AM |
| From: "Charlie Russel - MVP" [Email Address Protection] |
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 |