Borland C++ Libraries & XPEmbedded

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

Guest

Hi!

Is there anyone out there that has experience in writing
programs in Borland C++ Builder, running on XP Embedded?

I have some programs developed in Borland C++ Builder on XP platforms with
SP1. On XP they are running/functioning as they should, but when deploying
them to XP Embedded it fails.

The problem is traced down to some specific library functions E.g
LmdMaskEdit in the LMD7.0SE library.

Rewriting with other functions solves the problem, but it is a question
about time and cost...

Anyone out there had similar problems, and know how to fix this?

Best regards
Zap
 
zap,

Obviously some folks got similar working:
http://groups-beta.google.com/group...ublic.windowsxp.embedded&q=Borland+C++&qt_g=1

You may be missing some dependencies.
Did you analyze your app with DependencyWalker (especially using Profiling feature)?
Did you run FileMon to see if anything was "not found"?

Also, try to use huge images like XPProEmulation (www.xpefiles.com, Development Utilities/Main) to see if it is really a missing
dependency issue.

Anyway, it you have it working on XP Pro you will get it working on XPe.
 
Back
Top