Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Qt] Load resources from compiled Qt binary executable

[Qt] Load resources from compiled Qt binary executable

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AcerExtensa
    wrote on 9 Oct 2014, 13:51 last edited by
    #1

    Hello,

    is it possible to load Qt resources compiled into binary executable file from another Qt application?
    Something like "WINAPI Resource functions":http://msdn.microsoft.com/en-us/library/windows/desktop/ff468902(v=vs.85).aspx

    God is Real unless explicitly declared as Integer.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 9 Oct 2014, 16:06 last edited by
      #2

      Hi,

      AFAIK, no, but you can make the resources external and re-use it or build it in a dll and re-use that dll

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        AcerExtensa
        wrote on 10 Oct 2014, 06:59 last edited by
        #3

        [quote author="SGaist" date="1412870775"]Hi,

        AFAIK, no, but you can make the resources external and re-use it or build it in a dll and re-use that dll

        Hope it helps[/quote]

        The problem is: i don't have source code of that application... And resources are compiled in executable.

        God is Real unless explicitly declared as Integer.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 10 Oct 2014, 22:33 last edited by
          #4

          Then… AFAIK, you're out of luck

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          9 Oct 2014, 13:51

          • Login

          • Login or register to search.
          1 out of 4
          • First post
            1/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved