Re: How To Redirect The Console Output To A Text Browser/pop Up
I added "CONFIG+=console". Now when I run the console black window appears and after sometime The eror message appears as
16 Bit MSODS Subsystem
c:\WINDOWS\system32\ntvdm.exe
Error while setting up environment for the application.Choose 'close'to terminate the application
You are correct the problem is 16 bit v/s 32 bit only
Recompiling cjpeg.exe is out of question .
What do I do?
Why this 16 bit exe otherwise executes through my program since I do get the end results but I am not able to catch the error messages.
Any way please tell me a way out now since the problem seems to be pinpointed .
Re: How To Redirect The Console Output To A Text Browser/pop Up
Why is recompiling out of question?
The problem is that this application seems to be very old and doesn't behave correctly when used with QProcess. The problem is with the cjpeg and not with your Qt application.
Re: How To Redirect The Console Output To A Text Browser/pop Up
Quote:
Originally Posted by
deekayt
The eror message appears as
16 Bit MSODS Subsystem
c:\WINDOWS\system32\ntvdm.exe
Error while setting up environment for the application.Choose 'close'to terminate the application
You can run your application in windows 95 compatibility mode. You can set that when you right-click on the executable and choose Properties (or something similar) from the menu.
Quote:
Originally Posted by
deekayt
Recompiling cjpeg.exe is out of question .
Why? You are not going to change it.