XP software

  • Thread starter Thread starter CE
  • Start date Start date
C

CE

Blank
Hello,

I'm new to XP embedded system. I have a question, can my existing

regular XP programs created by Visual Studio6.0 run under xp embedded OS? If not, what development tool can I use?



Thanks a lot!!!
 
BlankWindows XPe uses same binaries as Windows XP so answer is yes, you can
use same programs on XPe if you develop XPe to support minimum functions
your program requires.

Regards,
Slobodan

Hello,
I'm new to XP embedded system. I have a question, can my existing
regular XP programs created by Visual Studio6.0 run under xp embedded OS?
If not, what development tool can I use?

Thanks a lot!!!
 
Thanks, how about win socket programs? I have a program sends/receives data
use WinSocket library.
 
So? What about sockets they work normally.

Windows XPe can do same or more things than Windows XP Prof.
They use same files, programs, drivers with few special additions for XPe.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
CE,

Certainly will work if you include "Windows Sockets" and "Primitive: Winsock"components in to your image.
 
Back
Top