Tstring.h compile error

Hi,

when I compile the version 4.04.02 on windows in the visual studio 6 I get the following error message :

c:\root\include\tstring.h(408) : error C2039: ‘atoi’ : is not a member of ‘std’

The same code runs in the visual studio 7.

With Version 4.01.02 the code used to run in the VS 6.

Matthias

We do not support VC++6 anymore. You must compile with VC++7.1.
The ldlls, however, continue to run under VC++6

Rene