Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, February 2007
mspdb60.dll was not found???????


Message 1 in thread

Hi,

Til saturaday I was able to execute my programs properly but suddenly
when I m doing the same today, its giving error on namke as follows:

"This application has failed to start because mspdb60.dll was  not
found. Re-installing the application may fix this problem."

 

When I m including this dll fm Microsoft vc folder to qt then it saying
"stddef.h" not found. When I m including this then its saying "string.h"
not found.

 

So can anyone tel me what has happened suddenly?

 

I m using evaluation version of Qt commercial version 4.2.2 on win XP
with vc 6.0 compiler.

 

Thanks & Regards,

Shuchi

 


Message 2 in thread

Seems like you have started to build your application in an environment 
that doesn't have PATH and INCLUDE set up correctly. Make sure you run 
vcvars32.bat, or use the entry in the start menu that the Visual Studio 
installation creates, to have a command line that has everything set up 
properly.

Volker


"Suchi, Agrawal (IE10)" <Suchi.Agrawal@xxxxxxxxxxxxx> wrote in message 
news:EB493C98A0338748AA3D997E071B0574067ECE@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

Til saturaday I was able to execute my programs properly but suddenly
when I m doing the same today, its giving error on namke as follows:

"This application has failed to start because mspdb60.dll was  not
found. Re-installing the application may fix this problem."



When I m including this dll fm Microsoft vc folder to qt then it saying
"stddef.h" not found. When I m including this then its saying "string.h"
not found.



So can anyone tel me what has happened suddenly?



I m using evaluation version of Qt commercial version 4.2.2 on win XP
with vc 6.0 compiler.



Thanks & Regards,

Shuchi





--
 [ signature omitted ] 

Message 3 in thread

Hi,

I have set all the variables properly and now its giving the error as :

 

'cl' is not recognized as an internal or external command,

operable program or batch file.

NMAKE : fatal error U1077: 'cl' : return code '0x1'

Stop.

NMAKE : fatal error U1077: 'C:\Qt\4.2.2\bin\NMAKE.EXE' : return code
'0x2'

Stop.

 

Thanks & Regards,

Shuchi

 

 

-----Original Message-----
From: Volker Hilsheimer [mailto:unwatched@xxxxxxx] 
Sent: Monday, February 19, 2007 2:09 PM
To: qt-interest@xxxxxxxxxxxxx
Subject: Re: mspdb60.dll was not found???????

 

 

Seems like you have started to build your application in an environment 

that doesn't have PATH and INCLUDE set up correctly. Make sure you run 

vcvars32.bat, or use the entry in the start menu that the Visual Studio 

installation creates, to have a command line that has everything set up 

properly.

 

Volker

 

 

"Suchi, Agrawal (IE10)" <Suchi.Agrawal@xxxxxxxxxxxxx> wrote in message 

news:EB493C98A0338748AA3D997E071B0574067ECE@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
l.com...

Hi,

 

Til saturaday I was able to execute my programs properly but suddenly

when I m doing the same today, its giving error on namke as follows:

 

"This application has failed to start because mspdb60.dll was  not

found. Re-installing the application may fix this problem."

 

 

 

When I m including this dll fm Microsoft vc folder to qt then it saying

"stddef.h" not found. When I m including this then its saying "string.h"

not found.

 

 

 

So can anyone tel me what has happened suddenly?

 

 

 

I m using evaluation version of Qt commercial version 4.2.2 on win XP

with vc 6.0 compiler.

 

 

 

Thanks & Regards,

 

Shuchi

 

 

 

 

 

--
 [ signature omitted ] 

Message 4 in thread

If the PATH points to the bin-directory of your VC++ installation, and you 
still get the error below, then somebody ate or stole your compiler.

Not that I understand what "nmake.exe" is doing in C:\Qt\4.2.2\bin, but 
once you have to start copying parts of your compiler toolchain around you 
can just as well format your harddrive and start from scratch.

Volker


"Suchi, Agrawal (IE10)" <Suchi.Agrawal@xxxxxxxxxxxxx> wrote in message 
news:EB493C98A0338748AA3D997E071B0574067EE7@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

I have set all the variables properly and now its giving the error as :



'cl' is not recognized as an internal or external command,

operable program or batch file.

NMAKE : fatal error U1077: 'cl' : return code '0x1'

Stop.

NMAKE : fatal error U1077: 'C:\Qt\4.2.2\bin\NMAKE.EXE' : return code
'0x2'

Stop.



Thanks & Regards,

Shuchi





-----Original Message-----
From: Volker Hilsheimer [mailto:unwatched@xxxxxxx]
Sent: Monday, February 19, 2007 2:09 PM
To: qt-interest@xxxxxxxxxxxxx
Subject: Re: mspdb60.dll was not found???????





Seems like you have started to build your application in an environment

that doesn't have PATH and INCLUDE set up correctly. Make sure you run

vcvars32.bat, or use the entry in the start menu that the Visual Studio

installation creates, to have a command line that has everything set up

properly.



Volker





"Suchi, Agrawal (IE10)" <Suchi.Agrawal@xxxxxxxxxxxxx> wrote in message

news:EB493C98A0338748AA3D997E071B0574067ECE@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
l.com...

Hi,



Til saturaday I was able to execute my programs properly but suddenly

when I m doing the same today, its giving error on namke as follows:



"This application has failed to start because mspdb60.dll was  not

found. Re-installing the application may fix this problem."







When I m including this dll fm Microsoft vc folder to qt then it saying

"stddef.h" not found. When I m including this then its saying "string.h"

not found.







So can anyone tel me what has happened suddenly?







I m using evaluation version of Qt commercial version 4.2.2 on win XP

with vc 6.0 compiler.







Thanks & Regards,



Shuchi











--
 [ signature omitted ]