Sections

When building Qt 4.2 with MSVC 2005 and Service Pack 1 I get compile errors with QMap and QHash, how can I fix these?


Answer:

The errors that you are experiencing are due to a bug in the MSVC 2005 Service Pack 1 and is described in Microsoft's Knowledge Base article 930198. Please download and install a hotfix for this problem at http://support.microsoft.com/kb/930198.

back