Results 1 to 10 of 10

Thread: QAxObject requiring "Run as Administrator"

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Join Date
    Sep 2015
    Posts
    12
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 3 Times in 3 Posts

    Default Re: QAxObject requiring "Run as Administrator"

    If nothing is logged or appears in the event viewer is then likely the problem is not "The requested operation requires elevation" type of problem. These usually are logged.

    If you didn't see the application in the component services it could be a 32-64 bit related problem. If you are running a 64 bit version of windows and this application is 32 bit you won't see it listed (you will only see the 64 bit applications). To open the 32 bit version of the component services run the command 'MMC COMPEXP.MSC /32' from Start-Run or from a command prompt.

  2. The following user says thank you to Rondog for this useful post:

    jsveiga (16th September 2015)

Similar Threads

  1. Replies: 3
    Last Post: 16th March 2015, 07:31
  2. Replies: 1
    Last Post: 3rd December 2013, 02:19
  3. Replies: 3
    Last Post: 15th February 2010, 17:27
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  5. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 15:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.