T O P I C R E V I E W |
tylin123 |
Posted - Sep 28 2017 : 10:03:08 Dear sir,
When I complete the program compiled and executed. For example: IEVision Demos (C++ version)
After running application which tell me can not find rtl220.bpl or rtl190.bpl.
Because I only install XE10.1 , so I can not find the files.
Would you tell me, where to get these files?
thank you. |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Sep 29 2017 : 01:19:33 Hi James
The only folder on your C++ 32bit library path for ImageEn should be:
C:\ProgramData\ImageEn\Delphi10.1Berlin
Please remove any other ImageEn folders that are listed. It looks like your IDE is trying to load an ImageEn package for an older version of Delphi/C++ (XE8).
You might find it easier to remove all your old ImageEn folders (search your system for PKIECTRL.* and ImageEn.*) and reinstall ImageEn using the installer.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
tylin123 |
Posted - Sep 28 2017 : 21:16:25 Hi,
Thanks for your reply.
I try the following example: C:\ProgramData\ImageEn\IEVision\Demos\GetPeople_C++
When I compiling the code with path of include and library: C:\ProgramData\ImageEn\Delphi10.1Berlin_7.0.1 - AND - C:\ProgramData\ImageEn\Delphi10.1Berlin
But the link phase appears with the following error message 
So I added another version of the package file: C:\ProgramData\ImageEn\DelphiXE5_7.0.1 - AND - C:\ProgramData\ImageEn\DelphiXE8_7.0.1
Although, add the above path can be successfully compiled, but after the execution of the program shows the loss of RTL190.bpl, RTL220.bpl files error message.
So please help me how to get the job done.
p.s: (Environment setting) > Embarcadero RAD Studio XE10.1(Berlin) C++ Builder > ImageEn_SRC_7.0.1_22295 > IEVision_3.0.8.0_43905
Thank you.
Best regard, James Lin. |
xequte |
Posted - Sep 28 2017 : 15:58:01 Hi
Which demo is this happening in?
You do not need those BPL files, they are for older versions of C++. You should be able to remove those references and recompile.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|