Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Update dll files with a qt app that use theses dll
Forum Updated to NodeBB v4.3 + New Features

Update dll files with a qt app that use theses dll

Scheduled Pinned Locked Moved Solved Installation and Deployment
2 Posts 2 Posters 231 Views 1 Watching
  • 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.
  • R Offline
    R Offline
    RdXDavidaz
    wrote on last edited by
    #1

    Hello,
    I created a qt app, and to update this app, I use another qt app (update.exe) that copy from a server new dlls and the new .exe.
    But I recently change my qt version, and to release my new exe, I need to update all dll.
    The problem is that with the update.exe app, I can't modify the dll, because there are currently use in the program.
    Could I unload temporarily a dll, or something like that ? Or make a qt app that didn't need dll ? If this isn't possible, I think I muss write a simple c++ program to update dll, but that isn't convenient: there isn't any graphic interface, and I know nothing about downloading files without qt.
    Did someone have an idea about how I can do this ?
    Thanks, and sorry for my english.

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

      Hi,

      It looks like you are trying to re-create the Qt Installer Framework. It might already provide everything you need.

      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
      2

      • Login

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