Linker errors while integration, plz help
-
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. -
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.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] -
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] -
Royaltvk wrote:
construtor and destructor have function body
Can you post those functions here ?
Cédric Moonen Software developer
Charting control [v1.3] -
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.Hi, Have you provided the definition for all the class members ? Regards, Paresh.
-
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.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