zap
Guest
|
Posted:
Sat Dec 18, 2004 2:25 am Post subject:
Borland C++ Libraries & XPEmbedded |
|
|
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 |
|
KM
Guest
|
Posted:
Sat Dec 18, 2004 2:54 am Post subject:
Re: Borland C++ Libraries & XPEmbedded |
|
|
zap,
Obviously some folks got similar working:
http://groups-beta.google.com/group/microsoft.public.windowsxp.embedded/search?group=microsoft.public.windowsxp.embedded&q=Borland+C%2B%2B&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.
--
Regards,
KM, BSquare Corp.
| Quote: | 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 |
|
|