C++ Standard Librarys not found in Qt IDE
-
Hi , i trying to use <iostream> in the Qt IDE into a empty project and then when i wanna run the program the compiler cant find the library...
Any help over there?
-
How can i do it?
-
Not much details...
What platform? What's the exact error? -
is posible work with C++ standard libraries in Qt?
Like <iostream> , <stdio> ...
Or i must use Qt libraries like QString?
Im new about Qt
-
If you cannot use the standard libraries, you most likely cannot use Qt as well since Qt defines methods such as:
std::wstring QString::toStdWString(), etc
-
Hi,
Since you installed Qt for MSVC2012, do you have Visual Studio 2012 installed ?
-
bq. Hi,Since you installed Qt for MSVC2012, do you have Visual Studio 2012 installed ?
Yes i have installed it and the Qt IDE detect automatically the compiler,Thank you all very much.
Now, my problem is the debugger...I tried use the Windows SDK (with Windows debug tools) for windows 7 but i cant finish the install (it receive a error).
I tried too with Windows Software Development Kit (SDK) for Windows 8 but dont work.
if you have a solution in mind please send a mesage.
-
Hi Charlie_Hdz,
The bit you highlighted points you to a log (ConfigDetails.htm). Read that log to see what went wrong. Copy+Paste the error message into your search engine -- it's very likely that others have encountered the same issue, and found a solution.
-
Hi JKSH
I resolved the problem, the only thing i did is move into Ubuntu and now i'm working very well with Qt.
Thank you everyone.