VC++ Compilation Error

G

Guest

Hi All

i have installed VC++ in XPE. Now i can able to debug my
application. But i couldn't compile, and also I am unable to build. I am
getting the following error message while building the files:
 
E

Emanuil ACHIM

----------------------------------------------------------------
Cannot start tool.
The system cannot find the file specified.
The system cannot find the file specified.
Error spawning 'vcspawn.exe'. The build could not be performed.
----------------------------------------------------------------

Hi Hussain !


Take a look in MSDN to KB236092 - FIX: "Error Spawning 'vcspawn.exe'. The
build could not be performed." and KB327146 - FIX: VCSpawn Fails During
Build. Maybe you will find some reasons & fixies for your problem.

Best Regards,
Emanuil
 
K

KM

Hussain,

How did you install the VC++? Did you register all the VC environmental variables? Did you make sure the compiler and linker path
are in the Path var?
Also, make sure you added "Null Device Driver" component to your image (Visibility=200 so be aware).

Btw.. why do you need VC to debug locally? Why not use WinDbg? Or even VC to debug remotely over serial or 1394? That may be much
easier and, btw, cleaner from debug point of view.
Also, what are you trying to archive by debugging your app under XPe? If it is just a general app development (not XPe related which
is usually the case if you satisfied all the app static and dynamic dependencies), you may be better off debugging the app on XP Pro
machine.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top