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. Release the project

Release the project

Scheduled Pinned Locked Moved C / C++ / MFC
c++questionannouncement
5 Posts 3 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.
  • K Offline
    K Offline
    kcynic
    wrote on last edited by
    #1

    I have a project complied using shared dll of MFC.I should release it now. How but the .exe could not run on other PC with no VC. I know I should release all the .dll files with the .exe file.But how should I find witch .dll files I should copy it? Thanks

    A S 2 Replies Last reply
    0
    • K kcynic

      I have a project complied using shared dll of MFC.I should release it now. How but the .exe could not run on other PC with no VC. I know I should release all the .dll files with the .exe file.But how should I find witch .dll files I should copy it? Thanks

      A Offline
      A Offline
      aatul
      wrote on last edited by
      #2

      Run the Microsoft Tools->Dependency walker and put the dll in it. It will show all dependency.

      K 1 Reply Last reply
      0
      • K kcynic

        I have a project complied using shared dll of MFC.I should release it now. How but the .exe could not run on other PC with no VC. I know I should release all the .dll files with the .exe file.But how should I find witch .dll files I should copy it? Thanks

        S Offline
        S Offline
        sheshidar
        wrote on last edited by
        #3

        I have a project complied using shared dll of MFC. Try with make changes in project settings. Compile using static library. May be u'll get the result

        K 1 Reply Last reply
        0
        • A aatul

          Run the Microsoft Tools->Dependency walker and put the dll in it. It will show all dependency.

          K Offline
          K Offline
          kcynic
          wrote on last edited by
          #4

          I find there has no such tool in VS2005. I use vc6's Dependency Walker to view the dll it need.I add all the dlls. But when I make a install project and using the result setup file to install it in another PC,it could not run but terminated with the message that the configuration is wrong. How to resolve it? Thanks

          1 Reply Last reply
          0
          • S sheshidar

            I have a project complied using shared dll of MFC. Try with make changes in project settings. Compile using static library. May be u'll get the result

            K Offline
            K Offline
            kcynic
            wrote on last edited by
            #5

            the problem is that,if i compiled it using static library,the program would crash at runtime. But the debug version works well.Why?

            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