Project

General

Profile

Actions

Bug #1130

closed

Trunk build fails on VS2008 SP1 x64

Added by Anonymous over 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
High
Assignee:
-
Target version:
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

Actions #1

Updated by Wim Dumon over 12 years ago

  • Status changed from New to Resolved

both problems are now fixed in public git

Actions #2

Updated by Koen Deforche about 12 years ago

  • Status changed from Resolved to Closed
  • Target version set to 3.2.1
Actions

Also available in: Atom PDF