How to get output Screen
-
Hi,
the standard compiler for Linux is
gcc
and there is a porting of it for WindowsMinGW
.
But this doesn't mean you MUST use it (you're free to choose different compiler for each platform).
In example in my company release the same product for Windows, Linux and OSX and we use different compiler- Windows (Visual Studio)
- Linux (gcc)
- OS X (clang)
-
Hello Friends!
C:>cd C:\Users\puavs\Desktop\Dont Delete\ecg12i_backup
C:\Users\puavs\Desktop\Dont Delete\ecg12i_backup>path=c:\windows\system32;C:\Min
GW\binC:\Users\puavs\Desktop\Dont Delete\ecg12i_backup>gcc main.cpp -o main.cpp
Main.cpp:2:24: fatal error: QApplication: No such file or directory
#include <QApplication>
^
compilation terminated. -
Arasu
Whether your original problem is resolved ? You had some crash issue. Also this you are facing new error now. Please post the new question rather than asking in the same question.
I can help you with both questions. Did you write simple program on linux platform with Qt creator ? Did it run ?
-Dheerendra