ProgressDialog won't compile?

Added by Jonathan Lim 11 months 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)" (??1MessageBoxW@Ext@Wt@UAE@XZ) referenced in function "public: virtual __thiscall Wt::Ext::ProgressDialog::~ProgressDialog(void)" (??1ProgressDialog@Ext@Wt@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

RE: ProgressDialog won't compile? - Added by Jonathan Lim 11 months ago

Never mind. Figured it out and kick myself for it. :)