Bug #3655
#define WT_USTRING WString
Start date:
11/08/2014
Due date:
% Done:
0%
Estimated time:
Description
In WDllDefs.h:67 should be fixed to
#define WT_USTRING *Wt::*WString
Original code doesn't work without
using namespace Wt;
Added by Ilya Nikulshin almost 8 years ago. Updated over 7 years ago.
0%
Description
In WDllDefs.h:67 should be fixed to
#define WT_USTRING *Wt::*WString
Original code doesn't work without
using namespace Wt;
Good point. Thanks!