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. VC2008 Feature Pack Problem

VC2008 Feature Pack Problem

Scheduled Pinned Locked Moved C / C++ / MFC
helpannouncementcode-review
4 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.
  • S Offline
    S Offline
    shanmugarajaa
    wrote on last edited by
    #1

    Dear folks, Requirement is to Improve the application GUI So I have used VC2008 Feature Pack version 9.0.30411.0 and obtained the desired looks. But Now the problem is, If I run the application exe in target PC which feature pack is not installed. Then I'm unable to run the application due to feature pack is not get installed in target PC. Normally we do, if I incorporate new component like "MSFlexGride", then the appropriate OCX file is added in the installation procedure. But In this case I couldn't find out related "DLL" or "OCX" files. Kinldy help me to fix this problem.

    L C B 3 Replies Last reply
    0
    • S shanmugarajaa

      Dear folks, Requirement is to Improve the application GUI So I have used VC2008 Feature Pack version 9.0.30411.0 and obtained the desired looks. But Now the problem is, If I run the application exe in target PC which feature pack is not installed. Then I'm unable to run the application due to feature pack is not get installed in target PC. Normally we do, if I incorporate new component like "MSFlexGride", then the appropriate OCX file is added in the installation procedure. But In this case I couldn't find out related "DLL" or "OCX" files. Kinldy help me to fix this problem.

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

      I think you need to check the notes at http://www.microsoft.com/en-gb/download/details.aspx?id=6922[^] for pre-requisites and redistribution requirements. Please note also that this is a Visual Studio question rather than C++.

      Veni, vidi, abiit domum

      1 Reply Last reply
      0
      • S shanmugarajaa

        Dear folks, Requirement is to Improve the application GUI So I have used VC2008 Feature Pack version 9.0.30411.0 and obtained the desired looks. But Now the problem is, If I run the application exe in target PC which feature pack is not installed. Then I'm unable to run the application due to feature pack is not get installed in target PC. Normally we do, if I incorporate new component like "MSFlexGride", then the appropriate OCX file is added in the installation procedure. But In this case I couldn't find out related "DLL" or "OCX" files. Kinldy help me to fix this problem.

        C Offline
        C Offline
        CPallini
        wrote on last edited by
        #3

        You have several options and Google lists them all[^].

        Veni, vidi, vici.

        1 Reply Last reply
        0
        • S shanmugarajaa

          Dear folks, Requirement is to Improve the application GUI So I have used VC2008 Feature Pack version 9.0.30411.0 and obtained the desired looks. But Now the problem is, If I run the application exe in target PC which feature pack is not installed. Then I'm unable to run the application due to feature pack is not get installed in target PC. Normally we do, if I incorporate new component like "MSFlexGride", then the appropriate OCX file is added in the installation procedure. But In this case I couldn't find out related "DLL" or "OCX" files. Kinldy help me to fix this problem.

          B Offline
          B Offline
          bob16972
          wrote on last edited by
          #4

          try statically linking to the C-Runtime, ATL, and MFC... -Change C++/Code Generation/Runtime Library from /MD to /MT. -Change General/Use of ATL/ to "Static Link to ATL" -Change General/Use of MFC/ to "Use MFC in a static Library"

          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