Actions
Bug #1130
closedTrunk build fails on VS2008 SP1 x64
Start date:
01/12/2012
Due date:
% Done:
0%
Estimated time:
Description
Hello,
the build from the trunk versions fails on VS2008 SP1 x64, while the releases Wt3.2.0 and 3.1.11 did work.
- does not compile in release mode:
WStandardItem.C
(1>C:\Tassilo\Lib\wt\src\Wt/WLink(57) : error C2039: 'string' : is not a member of 'std')
It seems WLink uses std::string but does not include the appropriate header. In Wt3.2.0 it works because the include sequence in WStandardItem.C was different.
- in debug, it strangely builds but crashes at runtime in
WSignal.C (line 193) result += connections_[i].slot->javaScript();
because of a bad pointer when transfering the string to c runtime...
Thank you,
Tassilo
Updated by Wim Dumon almost 13 years ago
- Status changed from New to Resolved
both problems are now fixed in public git
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.1
Actions