Delphi and BCB build applications in Embedded WinXP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I wonder if someone with Delphi, BCB (Borland C++ Builder) and Embedded
WinXP experience can comment about if applications build in BCB work okay in
Embedded WinXP or not ?
 
Hi,

Considering that Windows XP Embedded uses same binaries as Windows XP Pro depending on how you make your build they can execute same
drivers, programs, services, etc.
Programming language in not really important.

So answer is yes, XPe can execute your applications.

Best regards,
Slobodan
 
Delphi and BCB are good for XPe and any other language/compiler that produce windows (better say Win32) compatible code (PE/COFF,
Win32, etc.).

Just make sure that all your app dependencies are in the image which may sometimes be an overload with Delphi and/or BCB stuff.

Btw, there have been quite a lot of posts in this NG regarding running Delphi and BCB app on XPe.
 

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

Back
Top