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. fortuneserver compiled voor WEC7

fortuneserver compiled voor WEC7

Scheduled Pinned Locked Moved Unsolved General and Desktop
wec7compiling qtfortuneserver
7 Posts 3 Posters 1.5k 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.
  • R Offline
    R Offline
    rmu123
    wrote on 14 Aug 2018, 12:06 last edited by
    #1

    Ok; I'm completely new to this stuff and just trying to find a solution for this:

    We have a couple of old Windows XP terminals. On these terminals, fotunesever is running.
    A fortuneclient, running on another machine, is sending messages to these terminals.

    Recently, we have replaced some of the old terminals with new ones. The new terminals are running Windows Embedded Compact 7.
    The fortuneserver.exe we run on the old terminals will not start on the new ones. I guess the application has to be recompiled for WEC7. Is there anyone out there that can help me getting a compiled fortuneserver.exe that will run on WEC7?

    Regards,

    Rene

    K 1 Reply Last reply 14 Aug 2018, 14:26
    0
    • R rmu123
      14 Aug 2018, 12:06

      Ok; I'm completely new to this stuff and just trying to find a solution for this:

      We have a couple of old Windows XP terminals. On these terminals, fotunesever is running.
      A fortuneclient, running on another machine, is sending messages to these terminals.

      Recently, we have replaced some of the old terminals with new ones. The new terminals are running Windows Embedded Compact 7.
      The fortuneserver.exe we run on the old terminals will not start on the new ones. I guess the application has to be recompiled for WEC7. Is there anyone out there that can help me getting a compiled fortuneserver.exe that will run on WEC7?

      Regards,

      Rene

      K Offline
      K Offline
      koahnig
      wrote on 14 Aug 2018, 14:26 last edited by
      #2

      @rmu123

      Hi and welcome to devnet forum

      AFAIK you would have to recompile on/for Windows Embedded Compact 7. The executables are not compatible. The same for Qt libs.

      Out of curiosity what for do you run fortuneserver on some terminals?

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      2
      • R Offline
        R Offline
        rmu123
        wrote on 14 Aug 2018, 15:10 last edited by
        #3

        Thanks for your reply.
        Unfortunately I don't have the sourcecode nor the tools to recompile.
        Also, I don't know if fortuneserver is a standard application or custom made. The app has been running on our terminals for many years and we have lost contact with the original supplier.
        In case we use the "standard" app, is there no way to download a compiled version suitable for WEC7 somewhere?

        The terminals are connected to a forklift truck. We are scanning barcodes on the terminals. The information is being collected on a Linux server, After processing the input, the server sends a signal to fortuneserver on the terminal. As a result, a wav mediafile will start on the terminal. This way, the operator knows the scan has been processed successfully without looking on the screen.

        1 Reply Last reply
        0
        • V Offline
          V Offline
          VRonin
          wrote on 14 Aug 2018, 15:14 last edited by VRonin
          #4

          Hi. In here, fortuneserver/fortuneclient describes the infamous example in Qt that sends fortune cookies phrases over the TCP, nothing to do with what your program is actually doing.
          If you don't have the original source I'm afraid ther's little you can do to fix your problem.

          However, if what you describe is the entire purpose of your application it would be easy to rebuild from scratch as long as you tell us:

          • The IP/HostAddress of the Linux server
          • What port the linux server uses to send the signal
          • What does the signal from the linux server sends to signal the process was completed (is it a number, a string, etc.)?

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          2
          • R Offline
            R Offline
            rmu123
            wrote on 15 Aug 2018, 09:08 last edited by
            #5

            I could make an effort trying to retrieve the sourcecode, but would not know what to do with it next.
            Is there something like a step-by-step instruction (for dummies) how to compile to WEC7?
            Could anyone help me out with this in case I succeed retrieving the sourcecode?

            K V 2 Replies Last reply 15 Aug 2018, 09:18
            0
            • R rmu123
              15 Aug 2018, 09:08

              I could make an effort trying to retrieve the sourcecode, but would not know what to do with it next.
              Is there something like a step-by-step instruction (for dummies) how to compile to WEC7?
              Could anyone help me out with this in case I succeed retrieving the sourcecode?

              K Offline
              K Offline
              koahnig
              wrote on 15 Aug 2018, 09:18 last edited by
              #6

              @rmu123

              The link to the fortune server example provided @VRonin will not get you further. It is simply an example to demonstrate how operate a TCP server with Qt. Nothing more.

              Apparently whoever provided you with what you call "fortuneserver" used the example to start the work, but did not change the name lateron. You would have to get the original source code from the developer who supplied you the application.

              When you have this source code, you probably need to have a C++ developer who knows how to handle this.

              Vote the answer(s) that helped you to solve your issue(s)

              1 Reply Last reply
              2
              • R rmu123
                15 Aug 2018, 09:08

                I could make an effort trying to retrieve the sourcecode, but would not know what to do with it next.
                Is there something like a step-by-step instruction (for dummies) how to compile to WEC7?
                Could anyone help me out with this in case I succeed retrieving the sourcecode?

                V Offline
                V Offline
                VRonin
                wrote on 17 Aug 2018, 07:15 last edited by
                #7

                @rmu123 said in fortuneserver compiled voor WEC7:

                Could anyone help me out with this in case I succeed retrieving the sourcecode?

                While it requires some expertise it's not a huge task if there's no need to change the source code. I'm sure you can find someone on here or stackoverflow to do it for a tenner or so

                "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                ~Napoleon Bonaparte

                On a crusade to banish setIndexWidget() from the holy land of Qt

                1 Reply Last reply
                0

                4/7

                14 Aug 2018, 15:14

                • Login

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