ProgressDialog won't compile?
Added by Jonathan Lim about 14 years ago
Hi
I implemented Ext::ProgressDialog into my project and when I compile it I get the following error in the linker:
error LNK2019: unresolved external symbol "public: virtual __thiscall Wt::Ext::MessageBoxW::~MessageBoxW(void)" (??1MessageBoxWExt@Wt@
UAEXZ) referenced in function "public: virtual __thiscall Wt::Ext::ProgressDialog::~ProgressDialog(void)" (??1ProgressDialog
ExtWt@@UAE
XZ)
I've already tried rebuilding Wt and then rebuilding my project but I still get the error. This is with Wt 3.1.9.
Thanks and regards,
Jonathan
Replies (1)
RE: ProgressDialog won't compile? - Added by Jonathan Lim about 14 years ago
Never mind. Figured it out and kick myself for it. :)