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. SOLVED: Side by side error when trying to run application exe file developed in qt creator5.0.1 MSVC2010 (mine is Windows7) using
Forum Updated to NodeBB v4.3 + New Features

SOLVED: Side by side error when trying to run application exe file developed in qt creator5.0.1 MSVC2010 (mine is Windows7) using

Scheduled Pinned Locked Moved General and Desktop
9 Posts 3 Posters 1.7k 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.
  • P Offline
    P Offline
    Phani Madhavi
    wrote on last edited by
    #1

    hello, i developed an application and has given debug file to client test. They are not able to run the exe file as it is giving side-by-side error. it is showing some dlls missing related to windows(shell32.dll and kernel32.dll) .Actually i din't added those dlls in my application.
    Can any one pls help me out... i just want to handover debug file to client which is compatible for all window operating systems..

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      You need to supply required libraries to customer. May be you can look at post "here":http://qt-project.org/forums/viewthread/47238/ on how to deploy the application. Also ensure that windows versions are same and this may be causing other issues as well.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

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

        Hi,

        To add to Dheerendra also check that you are compiling everything in release mode.

        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
        • P Offline
          P Offline
          Phani Madhavi
          wrote on last edited by
          #4

          yes compiling in release mode only...i handed over the release file ..it is showing some dlls missing like API-MS-WIN-CORE-WINRT-L1, API-MS-CORE-ROBUFFER....etc..8 dlls.(in windows7) they detected these using dependency walker. I should mention that this release file is working fine with windows8. Please help me out...to over come this side-by-side configuration error

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Phani Madhavi
            wrote on last edited by
            #5

            which file i should give to others debug file or release file...please let me know am new to qt actually am handling this application developed by others. I need online trainig in qt can any one help me out.

            1 Reply Last reply
            0
            • dheerendraD Offline
              dheerendraD Offline
              dheerendra
              Qt Champions 2022
              wrote on last edited by
              #6

              Try copying your executable to computer where does not have qt installed. Run your program. It will keep showing errors. Go to your Qt installation and bin directory. Start copying the libraries from bin directory. Please note that any library ending with '*d.dll" is required debug version. If no *.d.dll" means it is required for release version. Try reading the posts given above. It will help you.

              Dheerendra
              @Community Service
              Certified Qt Specialist
              http://www.pthinks.com

              1 Reply Last reply
              0
              • P Offline
                P Offline
                Phani Madhavi
                wrote on last edited by
                #7

                yes i have done everything...when i am trying to run exe in windows8 no error is showing but no output..nothing is happening...i again tested exe in dependency walker...it is showing error in dlls like
                API-MS-WIN-CORE-SYNCH-L1-1.0.DLL
                SHCORE.DLL
                SHLWAPI.DLL
                COMCTL32.DLL
                EXT-MS-WIN-ADVAPI32.PSM-APP-L1-1.0.DLL
                IEFRAME.DLL
                IERTUTIL.DLL
                showing entrypoint not found.

                1 Reply Last reply
                0
                • P Offline
                  P Offline
                  Phani Madhavi
                  wrote on last edited by
                  #8

                  Thank you guys u r just amazing..helped me alot....actually the problem is with qwindows.dll....i placed qwindowsd.dll in release mode. finally its working fine

                  1 Reply Last reply
                  0
                  • dheerendraD Offline
                    dheerendraD Offline
                    dheerendra
                    Qt Champions 2022
                    wrote on last edited by
                    #9

                    You can move this to SOLVED state by editing the question subject.

                    Dheerendra
                    @Community Service
                    Certified Qt Specialist
                    http://www.pthinks.com

                    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