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. Linker errors while integration, plz help

Linker errors while integration, plz help

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
6 Posts 4 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
    Royaltvk
    wrote on last edited by
    #1

    HI, while Integrating Latest development in my code , i faced these errors. please look these errors , and give your advice to fix this. ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: __thiscall CDynamicAccessorEx::CDynamicAccessorEx(void)" (??0CDynamicAccessorEx@@QAE@XZ) ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CDynamicAccessorEx::~CDynamicAccessorEx(void)" (??1CDynamicAccessorEx@@UAE@XZ) UnicodeReleaseEnterprise/DUClient.exe : fatal error LNK1120: 2 unresolved externals Thanks, Royal.

    C P D 3 Replies Last reply
    0
    • R Royaltvk

      HI, while Integrating Latest development in my code , i faced these errors. please look these errors , and give your advice to fix this. ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: __thiscall CDynamicAccessorEx::CDynamicAccessorEx(void)" (??0CDynamicAccessorEx@@QAE@XZ) ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CDynamicAccessorEx::~CDynamicAccessorEx(void)" (??1CDynamicAccessorEx@@UAE@XZ) UnicodeReleaseEnterprise/DUClient.exe : fatal error LNK1120: 2 unresolved externals Thanks, Royal.

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      Where does the CDynamicAccessorEx class comes from ? Did you make sure that the cpp file of this file is part of your project ? A frequent error is also to declare a construtor and destructor but forget to give a body (and it seems that is your case, because only those two functions are missing). Make sure you have a body for those (even if it is an empty one).

      Cédric Moonen Software developer
      Charting control [v1.3]

      R 1 Reply Last reply
      0
      • C Cedric Moonen

        Where does the CDynamicAccessorEx class comes from ? Did you make sure that the cpp file of this file is part of your project ? A frequent error is also to declare a construtor and destructor but forget to give a body (and it seems that is your case, because only those two functions are missing). Make sure you have a body for those (even if it is an empty one).

        Cédric Moonen Software developer
        Charting control [v1.3]

        R Offline
        R Offline
        Royaltvk
        wrote on last edited by
        #3

        construtor and destructor have function body, CDynamicAccessorEx is part of project.

        C 1 Reply Last reply
        0
        • R Royaltvk

          construtor and destructor have function body, CDynamicAccessorEx is part of project.

          C Offline
          C Offline
          Cedric Moonen
          wrote on last edited by
          #4

          Royaltvk wrote:

          construtor and destructor have function body

          Can you post those functions here ?

          Cédric Moonen Software developer
          Charting control [v1.3]

          1 Reply Last reply
          0
          • R Royaltvk

            HI, while Integrating Latest development in my code , i faced these errors. please look these errors , and give your advice to fix this. ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: __thiscall CDynamicAccessorEx::CDynamicAccessorEx(void)" (??0CDynamicAccessorEx@@QAE@XZ) ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CDynamicAccessorEx::~CDynamicAccessorEx(void)" (??1CDynamicAccessorEx@@UAE@XZ) UnicodeReleaseEnterprise/DUClient.exe : fatal error LNK1120: 2 unresolved externals Thanks, Royal.

            P Offline
            P Offline
            Paresh Chitte
            wrote on last edited by
            #5

            Hi, Have you provided the definition for all the class members ? Regards, Paresh.

            1 Reply Last reply
            0
            • R Royaltvk

              HI, while Integrating Latest development in my code , i faced these errors. please look these errors , and give your advice to fix this. ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: __thiscall CDynamicAccessorEx::CDynamicAccessorEx(void)" (??0CDynamicAccessorEx@@QAE@XZ) ClientDlgs4.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall CDynamicAccessorEx::~CDynamicAccessorEx(void)" (??1CDynamicAccessorEx@@UAE@XZ) UnicodeReleaseEnterprise/DUClient.exe : fatal error LNK1120: 2 unresolved externals Thanks, Royal.

              D Offline
              D Offline
              David Crow
              wrote on last edited by
              #6

              See here.

              "Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              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