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. Is it safe to load dll compiled in Visual studio 2005 into application compiled in the Visual studio 6?

Is it safe to load dll compiled in Visual studio 2005 into application compiled in the Visual studio 6?

Scheduled Pinned Locked Moved C / C++ / MFC
csharpvisual-studioquestion
3 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.
  • P Offline
    P Offline
    PrafullaShirke27
    wrote on last edited by
    #1

    Is it safe to load dll compiled in Visual studio 2005 into application compiled in the Visual studio 6?

    X R 2 Replies Last reply
    0
    • P PrafullaShirke27

      Is it safe to load dll compiled in Visual studio 2005 into application compiled in the Visual studio 6?

      X Offline
      X Offline
      Xing Chen
      wrote on last edited by
      #2

      Yes. It is safe.

      1 Reply Last reply
      0
      • P PrafullaShirke27

        Is it safe to load dll compiled in Visual studio 2005 into application compiled in the Visual studio 6?

        R Offline
        R Offline
        Rolf Kristensen
        wrote on last edited by
        #3

        That depends on the interface of the DLL. If COM-dll or C-dll that static link to the CRT then no problem. If exporting C++ interfaces that makes use of the STL or uses shared heap, then the DLL must be compiled using the same version of Visual Studio.

        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