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. A dll question

A dll question

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++
3 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.
  • D Offline
    D Offline
    dzenan
    wrote on last edited by
    #1

    Hi, i'm developing this app using MFC now i want to store some functions(MFC),controls(MFC) ect. in a dll, i have 2 options Regular DLL using shared MFC or MFC extension DLL wich is better to use and what is the difference beetwen them, thanks ~dzenan~

    C 1 Reply Last reply
    0
    • D dzenan

      Hi, i'm developing this app using MFC now i want to store some functions(MFC),controls(MFC) ect. in a dll, i have 2 options Regular DLL using shared MFC or MFC extension DLL wich is better to use and what is the difference beetwen them, thanks ~dzenan~

      C Offline
      C Offline
      Cambalindo
      wrote on last edited by
      #2

      Hi: Regular DLL: Allows you to use any MFC classes and functions, but you can only exports "C" functions. MFC extension DLL: Allows you to export Classes that you can derive from in your client app. hope it helps regards Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

      D 1 Reply Last reply
      0
      • C Cambalindo

        Hi: Regular DLL: Allows you to use any MFC classes and functions, but you can only exports "C" functions. MFC extension DLL: Allows you to export Classes that you can derive from in your client app. hope it helps regards Daniel Cespedes "There are 10 types of people, those who understand binary and those who do not" "Santa Cruz de la Sierra Paraiso Terrenal!" daniel.cespedes@ieee.org

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

        Thanks, that's the answer i was lookig for.:) ~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