To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113531
                 Issue #|113531
                 Summary|solenv: Use recommended windows linker flags
               Component|tools
                 Version|OOO330m1
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P2
            Subcomponent|code
             Assigned to|mhu
             Reported by|mhu





------- Additional comments from m...@openoffice.org Thu Jul 29 17:24:19 +0000 
2010 -------
Following Microsofts recommendations, ISVs should link their images with
/SafeSEH, /NXCOMPAT (for DEP) and /DYNAMICBASE (for ASLR) linker switches.

See: http://msdn.microsoft.com/en-us/library/bb430720.aspx

To enable DEP for XP, during process startup SetProcessDEPPolicy() should be 
called.

In addition, SetDllDirectory() and SetSearchPathMode() should be called during 
process startup.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to