1 Attachment(s)
Re: getting the error message when trying to run the application in QT
hi spirit,
good morning..........thanx for ur reply..........I followed the steps sent by u..........but i am unable to set the values..........I am new to this application.Please tell me the procedure from the beginning how to write a sample application using QT4.4.3. I am attaching the document that i have tried with the procedure sent by you.Please go through the document and help me.
Thanks in advance
Thanks & regards
pallavi Boyapati
Re: getting the error message when trying to run the application in QT
hi spirit,
please tell me where to set the value for QTDIR.......I found in google to set the the value in system properties for path “cd c:\qt\4.4.3\†. But in my case I am not able to find the folder or file "4.4.3" in my installation..........please help me how to set the value of QTDIR.
Thanks in advance
Thanks & Regards
Pallavi Boyapati
Re: getting the error message when trying to run the application in QT
Quote:
Originally Posted by
pallavi Boyapat
hi spirit,
good morning..........thanx for ur reply..........I followed the steps sent by u..........but i am unable to set the values..........I am new to this application.Please tell me the procedure from the beginning how to write a sample application using QT4.4.3. I am attaching the document that i have tried with the procedure sent by you.Please go through the document and help me.
Thanks in advance
Thanks & regards
pallavi Boyapati
You using MS VS C++ >=2005? Try copy VS's redistribute dll into application directory. System tells you, what *.manifest file is not found. (In my case -- Microsoft.VC80.CRT.manifest -- come with "MSI to redistribute MS VS2005 CRT libraries")
1 Attachment(s)
Re: getting the error message when trying to run the application in QT
look this video (it was packed by 7zip)
Re: getting the error message when trying to run the application in QT
hi spirit,
thanx for ur reply
I am using the QT4.4.3 evaluation version. In that i am unable to find the path
and I am also unable to select the visual c++ 6.0, by default it is showing visual studio 2005 during my installation.please help me out in this issue.
thanks in advance
Thanks & Regards
pallavi Boyapati
Re: getting the error message when trying to run the application in QT
you don't need this path :D
do you use vs 6.0?
Re: getting the error message when trying to run the application in QT
hi spirit,
while installing in debugger extension by default it is showing visual studio 2005.I am unable to change the options it got disabled.
For setting the values in system properties we have to provide the above mentioned path na..that path i am unable to find.
thanks & Regards
pallavi Boyapati
Re: getting the error message when trying to run the application in QT
Try nmake instead of qmake.
hope it works
1 Attachment(s)
Re: getting the error message when trying to run the application in QT
hi spirit,
Still i ma getting the same error message..please go through the attachment and help me.
Thanks & Regards
pallavi
Re: getting the error message when trying to run the application in QT
hi kingslee,
i tried with nmake also but still i am getting the same error message.
Re: getting the error message when trying to run the application in QT
at first I've updated video.
how many vs installed do you have? are you sure that you compile Qt example?
next, when you set Qt variables then go to your app dir, call cmd and enter the next command
call C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
note: this path can be differend on your machine, it depends of vs version and installation apth.
then, enter the following command qmake -t vcapp (this command will create vsproj file by clicking on which VS will open).
Re: getting the error message when trying to run the application in QT
Hi pallavi,
first make it clear which version you are using ...
Is it Visual C++ 6.0 with QT - commercial version.
and for system path
Goto control panel -> System -> Advanced Tab -> Environment variables.
There add or edit the variables
Path - C:\Qt\4.4.1\bin (according to ur version)
QTDIR - C:\Qt\4.4.1
and also better post ur .vcproj, .h, .cpp files
Re: getting the error message when trying to run the application in QT
hi kingslee,
thanks for ur quick reply..........i am using QT Evaluation 4.4.3 setup wizard.In debugger extension i am unable to select the visual c++ 6.0,by default it is visual studio 2005.and all other options are disabled.
i am able to create the .pro file using the command qmake -project .But i am unable to create the .vc pro file by using the command the qmake -tp vc.
I am getting the following error message by running this command.
D:\VCSamples\AddressTest>qmake -tp vc
RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.
RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.
RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.
RCC: Warning: No resources in 'AddressTest\addresstest.qrc'.
thanks in advance.
Thanks & Regards
Pallavi Boyapati
Re: getting the error message when trying to run the application in QT
hi,
WHERE TO DOWNLOAD YOUR EVALUATION
---------------------------------
Windows - MS Visual C++ 6.0:
http://dist.trolltech.com/developer/...4.4.3-vc60.exe
Windows - MS Visual Studio 2003:
http://dist.trolltech.com/developer/...4.3-vs2003.exe
Windows - MS Visual Studio 2005:
http://dist.trolltech.com/developer/...4.3-vs2005.exe
Windows - MS Visual Studio 2008:
http://dist.trolltech.com/developer/...4.3-vs2008.exe
Eclipse Integration:
http://trolltech.com/developer/eclipse-integration
I have downloaded Windows - MS Visual Studio 2005:
could u please let me know whether it is possible to work on visual studio 2005.
thanks
pallavi
Re: getting the error message when trying to run the application in QT
did you try to do steps which I wrote in previous post?
1 Attachment(s)
Re: getting the error message when trying to run the application in QT
hi spirit,
i tried with the steps sent by you.........still i am getting the same error.
I attached the document that the steps i have followed.
please help me out.
Thanks
pallavi
Re: getting the error message when trying to run the application in QT
oh, come on. did I write that you should type qmake -t vcapp in VS directory???
Quote:
then go to your app dir, call cmd and enter the next command
call C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
note: this path can be differend on your machine, it depends of vs version and installation apth.
then, enter the following command qmake -t vcapp (this command will create vsproj file by clicking on which VS will open).
e.g.
type in command prompt
Quote:
cd you_project_dir
cd call C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
qmake -t vcapp
devenv you_project_name.vcproj
Re: getting the error message when trying to run the application in QT
Quote:
Originally Posted by
pallavi Boyapat
I installed QT 4.4.3 version and I wrote a one sample application "hello world ". When I am trying to run that application I am getting the following error message
"This application has failed to start because the application configuration is incorrect. Review the manifest file for possible errors.Reinstalling teh application may solve this problem".
I tried reinstalling my softwarwe but i am getting the same error message.
please help me out in this issue.
Hello!
It would be nice to hear from you some clarification:
1) Are you using Qt 4.4.3 eval, Right? Can you post a full name of Qt package (*.exe). It should be somthing like qt-win-eval-4.4.3-vs2005.exe
2) What version of Visual Studio are you using?
3) What version of Windows OS are you using?
4) How did you install Qt on your machine (step-by-step please)
Re: getting the error message when trying to run the application in QT
hi pastor,
1.I installed qt-win-eval-4.4.3-vs2005 version
2. I am working with visual studio 2005.
3. I am working on Windows XP
4. during my installation I run that qt-win-eval-4.4.3-vs2005 exe and I installed that software in D: drive
please help me
thanks in advance
Thanks & regards
pallavi Boyapati
1 Attachment(s)
Re: getting the error message when trying to run the application in QT
hi spirit,
thanks for ur reply
still I am getting the same error
I am attaching the document that i had run the commands sent by u.........I am getting some error while running the follwing command
D:\software installation\visual studio 2005\Common7\Tools>vsvars32.bat
Setting environment for using Microsoft Visual Studio 2005 x86 tools.
please help me in this issue.
Thanks
Pallavi