Hi, so far I have not been able to reproduce this issue, but I have some comments.
Senthil D wrote: > > > > 3. Set PATH = C:\Qt\ qt-embedded-wince-opensource-src-4.4.0-rc1\bin > > 4. Opened Visual Studio 2005 Command Prompt. > Where did you set the PATH? Are these points vise-versa? Meaning did you set the PATH inside of the Command Prompt? In addition, you need to add the Qt directory to the path, not replace it. Thus it is supposed to be a command like: set PATH=C:\Qt\qt-embedded-wince-opensource-src-4.4.0-rc1\bin;%PATH% %PATH% expands to your previous setup. > > > > Can you pls guide me to come out of this.? > > > > Note:- I have installed Microsoft Visual Studio 2005 Professional > Edition and Win CE 6.0 Evaluation Edition > As far as I know this does not mean, that you have an SDK installed. For the wincewm60standard-msvc2005 you will need to download and install the Windows Mobile 6 Standard Edition SDK available on the Microsoft website. Best Regards, Maurice Kalinowski _______________________________________________ Qtce-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback
