How to get output Screen
-
I have to installed QT creator ver 4.8 and i have one project, it developed QT creator ver 4.5 in Linux platform on 2008. Now i want to update some changes for feature enhancement. i had to try to compile and run the project successfully, but i could't get the output screen. the (.pro) file generated only the .exe file only. How can i get the resultant output UI screen, what will i made for that.
-
Here is the error,
b77ea000-b77eb000 r--p 002c0000 08:01 1966228 /usr/lib/locale/locale-archive
b77eb000-b77ed000 rw-p 00000000 00:00 0
bfaa8000-bfac9000 rw-p 00000000 00:00 0 [stack]
The program has unexpectedly finished.
/home/dyansys/Desktop/ECScope/ecg12i-build-desktop-Qt_4_8_1_in_PATH__System__Release/ecg12i exited with code 0can you advice me
-
Compile Output
18:04:43: Running build steps for project ecg12i...
18:04:43: Configuration unchanged, skipping qmake step.
18:04:43: Starting: "/usr/bin/make" -w
make: Entering directory/home/dyansys/Desktop/ECScope/ecg12i-build-desktop-Qt_4_8_1_in_PATH__System__Release' make: Nothing to be done for
first'.
make: Leaving directory `/home/dyansys/Desktop/ECScope/ecg12i-build-desktop-Qt_4_8_1_in_PATH__System__Release'
18:04:43: The process "/usr/bin/make" exited normally. -
@Arasu Looking at this output
b77ea000-b77eb000 r--p 002c0000 08:01 1966228 /usr/lib/locale/locale-archive b77eb000-b77ed000 rw-p 00000000 00:00 0 bfaa8000-bfac9000 rw-p 00000000 00:00 0 [stack] The program has unexpectedly finished. /home/dyansys/Desktop/ECScope/ecg12i-build-desktop-Qt_4_8_1_in_PATH__System__Release/ecg12i exited with code 0
The code does compiles properly but seems it crashes at some point during runtime. Something related to
locale
perhaps. You will need to debug it.