Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » MIssing function when compiling 3.4.0.3 Collapse All
Subject Author Date
Raphael Verdier Aug 1, 2017 - 9:14 AM

Dear support,


 


when we compile the last version of the sample we have this error :


1>ExtTabWnd.obj : error LNK2001: unresolved external symbol "private: bool __thiscall CExtPaintManager::glyph_t::_CopyFromOther(class CExtPaintManager::glyph_t const &)" (?_CopyFromOther@glyph_t@CExtPaintManager@@AAE_NABV12@@Z)


 


after comparing the 3.3.0.0 and the 3.4.0.3, the 3.4.0.3 source only contains the function declaration for the class CExtPaintManager::glyph_t


 


is this normal ?


 


Best regards


 

Raphael Verdier Aug 1, 2017 - 10:48 AM

thanks for your reply.


After adding the source ExtPaintManager3.cpp to the lib project (visual studio 2008) and rebuild it works.