Tallefer / qtweb

Automatically exported from code.google.com/p/qtweb
0 stars 0 forks source link

Windows 2000 to be supported #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows 2000 on some websites browser closes with an exception.
Can probably be debugged and fixed.

Original issue reported on code.google.com by alexei.c...@gmail.com on 2 Apr 2009 at 5:58

GoogleCodeExporter commented 9 years ago
Exception caused by call MSVCRT ::s_rand(), which is not supported on W2K.
Implementation of random generator (RandomNumber.cpp + RandomNumber.h) fixed to 
use 
rand() on W2K and s_rand() on XP++.

Windows 2000 is fully supported now in QtWeb 2.0 build 045

Original comment by alexei.c...@gmail.com on 3 Apr 2009 at 1:42