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. Run my program when i turn on
Forum Updated to NodeBB v4.3 + New Features

Run my program when i turn on

Scheduled Pinned Locked Moved Unsolved General and Desktop
7 Posts 2 Posters 1.5k 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.
  • J Offline
    J Offline
    Jeronimo
    wrote on last edited by
    #1

    Hi i want to use my calculator did in qt when i turn on my pc. People say me use link in startup but how? Bye!

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

      Hi
      Why do u want it to start up with windows?
      Normally you just start it when needed ?

      anyways, depending on your platform
      http://www.howtogeek.com/228467/how-to-make-a-program-run-at-startup-on-any-computer/

      J 1 Reply Last reply
      2
      • mrjjM mrjj

        Hi
        Why do u want it to start up with windows?
        Normally you just start it when needed ?

        anyways, depending on your platform
        http://www.howtogeek.com/228467/how-to-make-a-program-run-at-startup-on-any-computer/

        J Offline
        J Offline
        Jeronimo
        wrote on last edited by
        #3

        @mrjj ok thx!

        mrjjM 1 Reply Last reply
        0
        • J Jeronimo

          @mrjj ok thx!

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Jeronimo
          when you need to run the exe outside Creator you need a deploy folder it can live in with
          the Qt dlls it needs. Else it won't start.

          You can use the tool to create this folder
          http://doc.qt.io/qt-5/windows-deployment.html

          more info
          http://www.tripleboot.org/?p=138

          J 1 Reply Last reply
          2
          • mrjjM mrjj

            @Jeronimo
            when you need to run the exe outside Creator you need a deploy folder it can live in with
            the Qt dlls it needs. Else it won't start.

            You can use the tool to create this folder
            http://doc.qt.io/qt-5/windows-deployment.html

            more info
            http://www.tripleboot.org/?p=138

            J Offline
            J Offline
            Jeronimo
            wrote on last edited by
            #5

            @mrjj it's not possible to create a link like QFile::link("calculator.exe", "calculator.exe.lnk"); to solve this issue because i'm not very well compiling with static libraries.

            mrjjM 1 Reply Last reply
            0
            • J Jeronimo

              @mrjj it's not possible to create a link like QFile::link("calculator.exe", "calculator.exe.lnk"); to solve this issue because i'm not very well compiling with static libraries.

              mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @Jeronimo
              Hi, if not static compiled, it needs the dlls with it. Else the exe cannot start.

              J 1 Reply Last reply
              1
              • mrjjM mrjj

                @Jeronimo
                Hi, if not static compiled, it needs the dlls with it. Else the exe cannot start.

                J Offline
                J Offline
                Jeronimo
                wrote on last edited by
                #7

                @mrjj a ok!

                1 Reply Last reply
                0

                • Login

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