Turn DEP off for Windows Mail
-
Hi Friends, I am developing a plug-in for Windows Mail (Vista) in ATL 7.1 (using Visual c++ 6.0). So Windows Vista DEP blocks it as older version of ATL are not DEP compatible. Now I have decided to turn the DEP off for Windows Mail using either my computer DEP properties OR SetProcessDEPPolicy Function (introduced in Vista SP1). while executing this function, I am getting error of "Access Denied", and similar message was prompted when I tried turning DEP off through my computer properties It seems, Windows Vista considers some programs like windows mail as essential and critical ones and so does NOT allow to turn DEP OFF for them But this way I am not able to run windows mail with my plugin attached. So kindly suggest some way by which I can find a way out either turn DEP off for win mail or some other alternative. Thanks a lot!
dolly, N,IN
-
Hi Friends, I am developing a plug-in for Windows Mail (Vista) in ATL 7.1 (using Visual c++ 6.0). So Windows Vista DEP blocks it as older version of ATL are not DEP compatible. Now I have decided to turn the DEP off for Windows Mail using either my computer DEP properties OR SetProcessDEPPolicy Function (introduced in Vista SP1). while executing this function, I am getting error of "Access Denied", and similar message was prompted when I tried turning DEP off through my computer properties It seems, Windows Vista considers some programs like windows mail as essential and critical ones and so does NOT allow to turn DEP OFF for them But this way I am not able to run windows mail with my plugin attached. So kindly suggest some way by which I can find a way out either turn DEP off for win mail or some other alternative. Thanks a lot!
dolly, N,IN
dolly wrote:
while executing this function, I am getting error of "Access Denied"
Is the process that is trying to execute this function running with administrative privilages? Regards, --Perspx
"The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia
-
dolly wrote:
while executing this function, I am getting error of "Access Denied"
Is the process that is trying to execute this function running with administrative privilages? Regards, --Perspx
"The Blue Screen of Death, also known as The Blue Screen of Doom, the "Blue Screen of Fun", "Phatul Exception: The WRECKening" and "Windows Vista", is a multi award-winning game first developed in 1995 by Microsoft" - Uncyclopedia