Menu

#135 Vista: dxgreg.exe crashes when invoked as normal user

open
None
7
2008-03-08
2007-12-14
Achim Kalwa
No

Problem on Vista:
dxgreg.exe crashes when invoked as a normal user. To make it work on Vista, dxgreg.exe needs a manifest resource for elevation (see attachment). The resource file must be included in dxgreg.dpr file like this:

program dxgreg;

{$R 'ExecutionLevelRequireAdministrator.manifest.res'}
...

Discussion

  • Achim Kalwa

    Achim Kalwa - 2007-12-14

    Manifest Resource File for dxgreg.dpr

     
  • Lars B. Dybdahl

    Lars B. Dybdahl - 2008-03-08
    • priority: 5 --> 7
    • assigned_to: nobody --> dybdahl
     

Log in to post a comment.