Re: How to deploy Application compiled with QT3 in Cygwin to Windows?

2009-09-07 Thread Pok Wilson
>You can't, sorry. >Being Cygwin a Unix emulation layer, you should treat your application as a >Unix one: could a GUI Unix application >QT3-based run without an X server? No. >If you need to run your application in Windows you have not to make it a >Cygwin application but, instead, a "real" >W

How to deploy Application compiled with QT3 in Cygwin to Windows?

2009-09-07 Thread Pok Wilson
Good day, I have successfully compiled my GUI Applicaton using QT3 in Cygwin. May I know how can I deploy this Appliation in Windows?   As it requires a X server to run QT3 in Cygwin, when I try to run the application.exe in Windows platform, I get the message "Cannot Connect to X Server". I

Re: How to install QT in CYGWIN

2009-09-06 Thread Pok Wilson
>>What's wrong with startxwin.bat or startxwin.sh? I am able to run either startxwin.bat or startxwin.sh successfully. >>My WAG is DISPLAY isn't set. Using one of the scripts above handles all this >>for you >>when you start the server, at least if you're working from the same shell as >>you >>

RE: How to install QT in CYGWIN

2009-09-04 Thread Pok Wilson
I have installed qt4 tools from ftp://sourceware.org/pub/cygwinports How can I run the qt designer? I can start server by the following command "X -screen 0 1024x768x16 -engine 4 -ac & " A Cygwin/X:0.0 window pops up. Now what do I do next?? I tried to enter designer-qt4 & u...@user ~ $ X -sc

Re: How to install QT in CYGWIN

2009-09-01 Thread Pok Wilson
On 25/08/2009 11:19, Larry Hall (Cygwin) wrote: On 08/25/2009 04:28 AM, Pok Wilson wrote: >I am intending to use QT4.5.3 to create my GUI. 4.5.3? The latest upstream release is 4.5.2.         Sorry my mistake, you're right its QT 4.5.2. I'm no QT expert (and I actually haven'

How to install QT in CYGWIN

2009-08-25 Thread Pok Wilson
Good day,   I have successfully compliled command prompt application in for Windows platform using cygwin (1.5.25-15). I need to use cygwin as my program requires Unix header files and only cygwin allows me to compile my program in a Windows environment.   Now i need to improve my program to mak