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. How can I add a DLL to my VC++.NET?

How can I add a DLL to my VC++.NET?

Scheduled Pinned Locked Moved C / C++ / MFC
questioncsharpc++announcement
4 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.
  • M Offline
    M Offline
    mr2003
    wrote on last edited by
    #1

    I would like to know how I can add a DLL to my VC++ program? I can do this easily in 6.0 version, what is the way in .NET? Ehsan Behboudi

    D 1 Reply Last reply
    0
    • M mr2003

      I would like to know how I can add a DLL to my VC++ program? I can do this easily in 6.0 version, what is the way in .NET? Ehsan Behboudi

      D Offline
      D Offline
      dzenan
      wrote on last edited by
      #2

      Create a DLL project in the same solution as the app, change dependeces if you want for your app. make so that .exe and .dll file is in the same direcotry, (change compiler settings) import the header file to the .EXE project export functions in the .DLL project and you are ready to go hope i didn't confused you know.. ~dzenan~

      M 1 Reply Last reply
      0
      • D dzenan

        Create a DLL project in the same solution as the app, change dependeces if you want for your app. make so that .exe and .dll file is in the same direcotry, (change compiler settings) import the header file to the .EXE project export functions in the .DLL project and you are ready to go hope i didn't confused you know.. ~dzenan~

        M Offline
        M Offline
        mr2003
        wrote on last edited by
        #3

        i'm a little confused, I made the vb DLL in vb6.0, I can do everything in the 6.0 version, but now I just need to know how I can add the damn DLL to my VC++.NET application. Ehsan Behboudi

        D 1 Reply Last reply
        0
        • M mr2003

          i'm a little confused, I made the vb DLL in vb6.0, I can do everything in the 6.0 version, but now I just need to know how I can add the damn DLL to my VC++.NET application. Ehsan Behboudi

          D Offline
          D Offline
          dzenan
          wrote on last edited by
          #4

          ahaa Visual Basic,, hmm in that case i can't help sorry never did that, search articles maybe u can find something there. i guess u have to import them uding .DEF files not shure ~dzenan~

          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