Showing results for December 29, 2008 - The Old New Thing

Dec 29, 2008
Post comments count0
Post likes count0

Undecorating names to see why a function can’t be found

Raymond Chen
Raymond Chen

Here's a problem inspired by actual events. When I build my project, it compiles fine, but it fails during the link step with an unresolved external: program.obj : error LNK2001: unresolved external symbol "public: virtual wchar_t const * __thiscall UILibrary::PushButton::GetName(class UILibrary::StringHolder * *)" (?GetName@PushButton@UILibr...

Code