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. .NET (Core and Framework)
  4. MFC42.DLL in .NET Apps

MFC42.DLL in .NET Apps

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpc++helpquestion
2 Posts 2 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.
  • R Offline
    R Offline
    RichardEastes
    wrote on last edited by
    #1

    When I compile my application using VC++ 6.0, my app requires MFC42.DLL, while if compiled with VC++.net, is requires MFC70.DLL Is there a way to compile using .net AND forcing it to link to MFC42.DLL and not MFC70.DLL ??? :confused:PLEASE help. Rick Eastes. ------------ Rick Eastes. ------------

    J 1 Reply Last reply
    0
    • R RichardEastes

      When I compile my application using VC++ 6.0, my app requires MFC42.DLL, while if compiled with VC++.net, is requires MFC70.DLL Is there a way to compile using .net AND forcing it to link to MFC42.DLL and not MFC70.DLL ??? :confused:PLEASE help. Rick Eastes. ------------ Rick Eastes. ------------

      J Offline
      J Offline
      Joel Lucsy
      wrote on last edited by
      #2

      Yes, set the projects include and lib directories to point to the VC6 directories. It will use the projects directories first before the global ones. Change the "Debug Information Format" to just "Program Database". MFC42 doesn't like the new edit and continue. They changed something internally. Make sure the "Basic Runtime Checks" is set to "Default". There might have been some more settings I changed when I tried this myself, but I deleted the project and went back to the VC6 environment since the edit & continue didn't work. Joel Lucsy (jjlucsy@ameritech.net)

      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