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. Is it possible for DLL to access resources from EXE?

Is it possible for DLL to access resources from EXE?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 483 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.
  • V Offline
    V Offline
    Violet Giraffe
    wrote on last edited by
    #1

    I have an application consisting of an EXE + a DLL. The main application (EXE) has embedded resources (.qrc). Is it possible to make these resources available to the DLL?

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      You could

      1. also link the resources into the DLL OR
      2. make the dll use the resources via function calls with the actual type OR
        ( u open/read resource and sent to dll)
      3. make the resource external and make both App and Dll load it.
      1 Reply Last reply
      1

      • Login

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