PDA

View Full Version : Error in qvector.h while compiling with QT 4.5.3LGPL libraries with myapp on VS 2005



gsmurthy30
1st December 2009, 10:03
i am getting following error while building my application:

------------------------------------------------------------------------------------------------
d:\qt-4.5.3\qt\include\qtcore\../../src/corelib/tools/qvector.h(307) : fatal error C1001: An internal error has occurred in the compiler.

(compiler file 'msc1.cpp', line 1393)

To work around this problem, try simplifying or changing the program near the locations listed above.

Please choose the Technical Support command on the Visual C++

Help menu, or open the Technical Support help file for more information

----------------------------------------------------------------------------------------------------

my application uses QT4.5.3 LGPL libraries for windows.
my app is in VS 2005 C++ (SP1)
OS is Windows XP

thanks in advance for any resolution.

wysota
3rd December 2009, 11:17
What is the msc1.cpp file? Is it from your application?