Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

XP Embedded & CPPBuilder

0 views
Skip to first unread message

Mohammad Rezaeian

unread,
Aug 1, 2006, 11:16:53 AM8/1/06
to

Hello

I have a large desktop application developed with CPPBuilder 6.0
Professional. This works on windows- NT, 2000 and Windows XP.
Now I want to port to windows Xp-embedded. My Question is, does windows
xp-embedded support VCL?
Granted I might have to make some GUI modifications to adapt to the new form
factor, but I would likely be able to use my existing code base.
Comments? Has anyone tried running a Borland app on XP embedded?

thanks

MR


Joe

unread,
Aug 1, 2006, 4:47:02 PM8/1/06
to
Might want to look at Borland's download site:

http://bdn1.borland.com/cgi-bin/surveys/thanx.cgi?cb6reg_updates_down

There is a section on Borland C++ Mobile Edition 1.1 (210 Mb) that you will
probably want to download.

Good luck!

Darren Twiss

unread,
Aug 1, 2006, 6:15:02 PM8/1/06
to
Hi MR,

It's been a while since I have done any BC++.

From memory you should just be able to include the runtime of the VCL

There is no VCL component for XPe that I am aware of

Cheers

Darren
--
Darren Twiss
Embiam Ltd.
Embedded Software Systems
www.embiam.com

Michael Bate

unread,
Aug 2, 2006, 10:57:59 AM8/2/06
to
I have written major applications in Delphi, which also uses Borland's
VCL. I have not ported them to XPe but I see no reason why they should
not work. Also I have written a fairly simple test application in
Delphi that is running on XPe. This simple application uses serial
communications and third party VCL components.

Keep in mind that XPe uses the Windows XP Pro binaries. Any application
that runs on XP Pro should work on XPe, provided, of course, that XPe is
configued with the necessary drivers.

IMOH, Delphi is a vastly superior environment for Windows development.
Object Pascal is an object oriented language that is far more
bulletproof than C++ - fewer opportunities to shoot yourself in the
foot. Microsoft tends to overcomplicate things. The .NET framework,
which I like to refer to as a "flatulent Delphi," requires the
installation of 185 megabytes of bloatware on the end user machine, even
to support simple applcations. MFC is far from straightforward to use.

- Michael Bate

Mike Warren

unread,
Aug 2, 2006, 5:54:11 PM8/2/06
to
Mohammad Rezaeian wrote:
> Comments? Has anyone tried running a Borland app on XP embedded?

I use Delphi apps on XPe without problems. Just make sure you have
the components in your image to support any functions you use.

-Mike


0 new messages