Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
605 views

How do I enable DEP or ASLR for my .NET application?

I'm writing my program in VS2010 and the build target is .NET 4. I believe that the DEP compatibility flag is on by default. Is that true? Is .NET also compatible by default with ASLR, and is ASLR ...
1
vote
4answers
270 views

Delphi 2006 always stops working when closed on Vista

Whenever I stop the Galileo IDE from Delphi 2006 under Vista, I get Microsoft Windows Borland® Developer Studio for Windows has stopped working A problem caused the program to stop ...
1
vote
6answers
1k views

AccessViolationException with a webbrowser in a windows form

I have written a basic Windows Form app in C# that has an embedded web browser control. I am navigating to a page to view a camera's feed. The application works fine on Windows XP, but not on Vista. ...
1
vote
5answers
544 views

Why does FogBugz require that the DEP is turned off? [closed]

I am really wondering why FogBugz when installed locally insists that DEP is turned off?
0
votes
1answer
140 views

Linux equivalent for VirtualProtectEx?

I am doing some simple JITing, and use VirtualProtectEx under Windows to mark pages as executable. What would be the equivalent of that under Linux, and preferably, other POSIX/Unix-like OSes too?
0
votes
1answer
312 views

Possible Data Execution Prevention (DEP) problem in Windows 7

I have a serious problem with my .Net program. It calls a native dll, and then crashes instantly because it can't find a native method. This is behaviour we have seen before, whereby the C# compiler, ...
0
votes
1answer
612 views

How to read the DEP nxcompat flag in an exe?

I'm having huge problems with DEP since my managed app uses an older activex dll. I am setting the nxcompat:no in post build, but the problems continue. I have read that the msi deployment project may ...