PC Review Forums Newsgroups Windows XP Windows XP Embedded Visual Studio on XP Embedded

Reply

Visual Studio on XP Embedded

 
Thread Tools Rate Thread
Old 10-04-2006, 04:38 PM   #1
Michael Demb
Guest
 
Posts: n/a
Default Visual Studio on XP Embedded


Hi,

I installed Visual Studio 6 on XP Embedded image and tried to compile a
project. But I got the following error: "Error spawning 'vcspawn.exe'. The
build could not be performed."

Is there any known limitation of installing VS on embedded or may be someone
knows how to fix it.

Regards,
Michael.


  Reply With Quote
Old 11-04-2006, 04:44 AM   #2
cshephy702@yahoo.com.cn
Guest
 
Posts: n/a
Default Re: Visual Studio on XP Embedded

Hi

I think maybe it's the problem of VS itself. Because many people
encounter this error when they install VS6 on XP Pro.

There is a link http://support.microsoft.com/kb/327146 which specify
the problem.

FYI

Regards,
Samantha

  Reply With Quote
Old 11-04-2006, 09:44 AM   #3
Michael Demb
Guest
 
Posts: n/a
Default Re: Visual Studio on XP Embedded

I got the hotfix from Microsoft, but it didn't help. I still get the same
error.
Any other ideas?


<cshephy702@yahoo.com.cn> wrote in message
news:1144727067.637404.87570@e56g2000cwe.googlegroups.com...
> Hi
>
> I think maybe it's the problem of VS itself. Because many people
> encounter this error when they install VS6 on XP Pro.
>
> There is a link http://support.microsoft.com/kb/327146 which specify
> the problem.
>
> FYI
>
> Regards,
> Samantha
>



  Reply With Quote
Old 11-04-2006, 02:43 PM   #4
Eberhard Schefold
Guest
 
Posts: n/a
Default Re: Visual Studio on XP Embedded

Michael Demb wrote:

> I got the hotfix from Microsoft, but it didn't help. I still get the same
> error.
> Any other ideas?


What is it that you're actually trying to achieve? Develop and
test/debug your application on the target platform? I use remote
debugging. It's easy and changes the target platform only minimally,
which gives me realistic results.
  Reply With Quote
Old 16-04-2006, 09:23 AM   #5
Michael Demb
Guest
 
Posts: n/a
Default Re: Visual Studio on XP Embedded

No, I want to develop on the target platform. But the VS doesnt wont to
compile the projects.

"Eberhard Schefold" <eberhard.schefold@de.bosch.com> wrote in message
news:e1gbpj$ni4$1@ns2.fe.internet.bosch.com...
> Michael Demb wrote:
>
>> I got the hotfix from Microsoft, but it didn't help. I still get the same
>> error.
>> Any other ideas?

>
> What is it that you're actually trying to achieve? Develop and test/debug
> your application on the target platform? I use remote debugging. It's easy
> and changes the target platform only minimally, which gives me realistic
> results.



  Reply With Quote
Old 16-04-2006, 08:58 PM   #6
Andy Allred [MS]
Guest
 
Posts: n/a
Default Re: Visual Studio on XP Embedded

Michael, there is no need to compile from within the xpe environment. Since
xpe is binary compatible with xp pro the app will just work when you build
for xp pro but deploy it to xpe. The caveat here is to ensure that any
binaries you're linking to in your program also exist in the runtime
(there's more to dependency requirements but satisfying your first order
dependencies is needed).

VS has so many dependencies that to get it running on XPe will result in an
runtime that looks nothing like what you'll be deploying your app to.

--
Andy

Check out the Embedded team blog: http://blogs.msdn.com/embedded/

This posting is provided "AS IS" with no warranties, and confers no rights.




"Michael Demb" <michaeld@adyoron.com> wrote in message
news:uliBZaSYGHA.3740@TK2MSFTNGP03.phx.gbl...
> No, I want to develop on the target platform. But the VS doesnt wont to
> compile the projects.
>
> "Eberhard Schefold" <eberhard.schefold@de.bosch.com> wrote in message
> news:e1gbpj$ni4$1@ns2.fe.internet.bosch.com...
>> Michael Demb wrote:
>>
>>> I got the hotfix from Microsoft, but it didn't help. I still get the
>>> same error.
>>> Any other ideas?

>>
>> What is it that you're actually trying to achieve? Develop and test/debug
>> your application on the target platform? I use remote debugging. It's
>> easy and changes the target platform only minimally, which gives me
>> realistic results.

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off