Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. MFC FeaturePack application is not running in client PC.

MFC FeaturePack application is not running in client PC.

Scheduled Pinned Locked Moved C / C++ / MFC
helpcsharpc++visual-studiotutorial
8 Posts 4 Posters 0 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.
  • A Offline
    A Offline
    Anu_Bala
    wrote on last edited by
    #1

    Hi, I have created an application in visualstudio 2008 and i used MFC Featurepack CRibbonBar for designing menu bar. Its working fine in my PC. When i invoke that application in some other PC which doesnot have Visual studio, its not opening. I pasted mfc90d.dll ,mfc90ud.dll,mfcm90d.dll,mfcm90ud.dll,Microsoft.VC90.MFC.manifest in that application path. When i open the application,its opening but i cannot find the Ribbon menubar. Just the view window get enlarged and filled the screen. I think im missing some Dlls related to MFC Feature Pack. Please help me how to resolve this problem. I want to run this application in my Client PC.

    Anu

    L A _ 3 Replies Last reply
    0
    • A Anu_Bala

      Hi, I have created an application in visualstudio 2008 and i used MFC Featurepack CRibbonBar for designing menu bar. Its working fine in my PC. When i invoke that application in some other PC which doesnot have Visual studio, its not opening. I pasted mfc90d.dll ,mfc90ud.dll,mfcm90d.dll,mfcm90ud.dll,Microsoft.VC90.MFC.manifest in that application path. When i open the application,its opening but i cannot find the Ribbon menubar. Just the view window get enlarged and filled the screen. I think im missing some Dlls related to MFC Feature Pack. Please help me how to resolve this problem. I want to run this application in my Client PC.

      Anu

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      https://www.google.com/search?q=mfc+runtime+2008[^].

      Use the best guess

      A 1 Reply Last reply
      0
      • L Lost User

        https://www.google.com/search?q=mfc+runtime+2008[^].

        Use the best guess

        A Offline
        A Offline
        Anu_Bala
        wrote on last edited by
        #3

        I installed that redistributable package. But no use. its not working. Application is running but Ribbonbar is not coming.

        Anu

        L 2 Replies Last reply
        0
        • A Anu_Bala

          I installed that redistributable package. But no use. its not working. Application is running but Ribbonbar is not coming.

          Anu

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Anu_Bala wrote:

          But no use. its not working.

          Then you will need to do some debugging to find out what is happening; it's impossible for us to guess.

          Use the best guess

          A 1 Reply Last reply
          0
          • A Anu_Bala

            I installed that redistributable package. But no use. its not working. Application is running but Ribbonbar is not coming.

            Anu

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            Have you checked this white paper concerning the ribbon bar[^]?

            Use the best guess

            1 Reply Last reply
            0
            • L Lost User

              Anu_Bala wrote:

              But no use. its not working.

              Then you will need to do some debugging to find out what is happening; it's impossible for us to guess.

              Use the best guess

              A Offline
              A Offline
              Anu_Bala
              wrote on last edited by
              #6

              In my PC where visual studio 2008 installed , working fine.i can get ribbon bar also. But not in other pCs. So i installed Microsoft Visual C++ 2008 SP1 Redistributable Package (x86) and Microsoft Visual C++ 2008 Feature Pack Redistributable Package (x86) in that PCs. But its not working. IS there any particular DLL required for showing that ribbon bar?

              Anu

              1 Reply Last reply
              0
              • A Anu_Bala

                Hi, I have created an application in visualstudio 2008 and i used MFC Featurepack CRibbonBar for designing menu bar. Its working fine in my PC. When i invoke that application in some other PC which doesnot have Visual studio, its not opening. I pasted mfc90d.dll ,mfc90ud.dll,mfcm90d.dll,mfcm90ud.dll,Microsoft.VC90.MFC.manifest in that application path. When i open the application,its opening but i cannot find the Ribbon menubar. Just the view window get enlarged and filled the screen. I think im missing some Dlls related to MFC Feature Pack. Please help me how to resolve this problem. I want to run this application in my Client PC.

                Anu

                A Offline
                A Offline
                Argonia
                wrote on last edited by
                #7

                You can find the missing dlls using Dependency Walker. This small tool proved itself to be really helpful.

                Microsoft ... the only place where VARIANT_TRUE != true

                1 Reply Last reply
                0
                • A Anu_Bala

                  Hi, I have created an application in visualstudio 2008 and i used MFC Featurepack CRibbonBar for designing menu bar. Its working fine in my PC. When i invoke that application in some other PC which doesnot have Visual studio, its not opening. I pasted mfc90d.dll ,mfc90ud.dll,mfcm90d.dll,mfcm90ud.dll,Microsoft.VC90.MFC.manifest in that application path. When i open the application,its opening but i cannot find the Ribbon menubar. Just the view window get enlarged and filled the screen. I think im missing some Dlls related to MFC Feature Pack. Please help me how to resolve this problem. I want to run this application in my Client PC.

                  Anu

                  _ Offline
                  _ Offline
                  _Superman_
                  wrote on last edited by
                  #8

                  Looks like you're trying to deploy the debug version of you application. The d in the names of the DLLs suggest this. The redistributable package you installed does not contain the debug DLLs. So you must try and deploy a release build.

                  «_Superman_»  _I love work. It gives me something to do between weekends.

                  _Microsoft MVP (Visual C++) (October 2009 - September 2013)

                  Polymorphism in C

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups