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. Managed C++/CLI
  4. converting win32 exe to win32 dll

converting win32 exe to win32 dll

Scheduled Pinned Locked Moved Managed C++/CLI
tutorialc++question
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.
  • A Offline
    A Offline
    adarsh_sebiz
    wrote on last edited by
    #1

    Hi.. I have a Win32 Console EXE project, which has many .cpp and .h files, I want to convert this Win32 Console EXE project from an EXE to a DLL, so that i would be able to use it as an DLL(i.e. by exporting this DLL's classses) in some other Win32 EXE application ^_^ Is anybody there to guide me how to convert an Win32 EXE into Win32 DLL, and how to export Win32 DLL's classes ? Thanks in advance :-D. Regards, ADARSH

    S 1 Reply Last reply
    0
    • A adarsh_sebiz

      Hi.. I have a Win32 Console EXE project, which has many .cpp and .h files, I want to convert this Win32 Console EXE project from an EXE to a DLL, so that i would be able to use it as an DLL(i.e. by exporting this DLL's classses) in some other Win32 EXE application ^_^ Is anybody there to guide me how to convert an Win32 EXE into Win32 DLL, and how to export Win32 DLL's classes ? Thanks in advance :-D. Regards, ADARSH

      S Offline
      S Offline
      Shi Zhu
      wrote on last edited by
      #2

      I also want to know. human

      A 1 Reply Last reply
      0
      • S Shi Zhu

        I also want to know. human

        A Offline
        A Offline
        Anonymous
        wrote on last edited by
        #3

        Hi, Now, by researching on this conversion (exe to dll), i got to know how to convert from Win32 exe to Win32 dll. basically, for that u have to export each and every class or function by using __declspec(dllexport), and by creating one .h header file which will contain the declerations of all the functions or classes followed by __declspec(dllexport) keyword. any further queries are welcome! bye, Regards, ADARSH

        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