Compiling on XP pro and running on embedded

O

otorg

Hi all,

I am new to XP embedded and I have some questions.

I'd like to know if there is any restrictions ton develop an application on
Windows XP Pro with VisualStudio2005 (Framework 2.0 SP2) and then running
this application on a Windows embedded with Framework 2.0?

It there any issues knowed using this kind development process?
Some unexpected crashes or so on?

I'll apreciate any of your answer.
Thanks in advanced
otorg
 
S

Sean Liming

Yes, it is possible to do this. You might want to considering building a
full XP Pro like image to install VS on. At least, you will need the Null
Device driver and Windows Installer Service.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
J

John S

In theory, no problem.
In practice this is dependent of which modules you include into you XPe
instalaltion.
 
O

otorg

In fact I have some strange behavior. Suddenly the application crashes on XP
emdedded, no exception thrown. That application just disappear.
But when I execute the same application on the XP pro every thing is fine.

Typically I was starting a thread. But the program never enters the main
thread method. And the application crashed.

What can be the reasons of that "crash"?
Any missing services?
Or missing update?

TIA
otorg
 
J

John S

Try to get a help from Sean Liming.
On site, thems have a template for XP-like OS builded from XPe. Try you
software on this release, and, if it works ok, try to cut modules from
image.
 
S

Sean Liming

You might want to run DependencyWalker against the application. This will
tell you what DLLs are needed in the image for the application to run.

--
Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
R

Richard

Sounds like a missing statically linked DLL???

otorg said:
In fact I have some strange behavior. Suddenly the application crashes on
XP
emdedded, no exception thrown. That application just disappear.
But when I execute the same application on the XP pro every thing is fine.

Typically I was starting a thread. But the program never enters the main
thread method. And the application crashed.

What can be the reasons of that "crash"?
Any missing services?
Or missing update?

TIA
otorg
 

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