请教一下 为什么我的程序在运行的时候回出现 这样的错误:
expected primary-expression before 'int'                                                         stdlib.h
initializer expression list treated as compound expression                               stdlib.h
expected constructot, destructor, or type conversion before '_atoi64'             stdlib.h
'_int64' was not declared in this scope                                                             stdlib.h
expected primary-expression before 'wchar_t'                                                  stdlib.h
expected primary-expression before 'int'                                                           stdlib.h
等等这样的错误有22个,这应该是系统的错误,而不是编写的程序的错误,但是我又重新装了一下Qt运行时还是出现这样的错误,请教大家这个怎么解决啊?