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 Class Require?

MFC Class Require?

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++
4 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.
  • N Offline
    N Offline
    Neelesh K J Jain
    wrote on last edited by
    #1

    Hello Friends, How can I know whether my application (.exe) consists of MFC classes, so that I can include MFC42.dll file and if requires how can I make it available. Thanks in Advance Neelesh K J Jain.

    C 1 Reply Last reply
    0
    • N Neelesh K J Jain

      Hello Friends, How can I know whether my application (.exe) consists of MFC classes, so that I can include MFC42.dll file and if requires how can I make it available. Thanks in Advance Neelesh K J Jain.

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      Instead of trying to know if it uses MFC (and so if you need to supply another dll), you can use the dependency walker tool that is included with Visual Studio. It will give you all the dll that an executable requires to run.

      N 1 Reply Last reply
      0
      • C Cedric Moonen

        Instead of trying to know if it uses MFC (and so if you need to supply another dll), you can use the dependency walker tool that is included with Visual Studio. It will give you all the dll that an executable requires to run.

        N Offline
        N Offline
        Neelesh K J Jain
        wrote on last edited by
        #3

        I want to know at the runtime for this dependency. I cann't expect the user to use the dependency walker tool to know whether to include another dll or not. Neelesh K J Jain.

        T 1 Reply Last reply
        0
        • N Neelesh K J Jain

          I want to know at the runtime for this dependency. I cann't expect the user to use the dependency walker tool to know whether to include another dll or not. Neelesh K J Jain.

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          Neelesh K J Jain wrote: I want to know at the runtime for this dependency. I cann't expect the user to use the dependency walker tool to know whether to include another dll or not. there's a non sense in your sentence... when the program is running (and so, when the user is on your program), it is run-time !!!


          TOXCCT >>> GEII power
          [toxcct][VisualCalc]

          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