Author |
Topic  |
|
quantuz
 
Sweden
55 Posts |
Posted - Aug 19 2012 : 14:10:08
|
Hi! I have activated lcms in "ie.inc" by removing the "." but how do i recompile IE in C++ XE2? running IE 4.10 One more thing, I cant find i.e. the const TYPE_BGR_8 among others in the file ielcms.hpp, or will they pop-up after recomile of the packages? Also missing the ielcms.pas and the rest of the .pas files, do I need the IE source files for IE XE2? I have registered with source.
Best regards, //Christer Strandh |
|
fab
   
1310 Posts |
Posted - Aug 21 2012 : 09:53:29
|
Hi, in order to compile ImageEn you need to do it in Delphi side of XE2. You will see all types in ielcms.hpp. |
 |
|
Scally
6 Posts |
Posted - Feb 24 2018 : 08:50:29
|
I have the same situation. It's not clear what to do after the removal. "." in the file ie.inc? Recompilation of the program does not lead to anything. It does not compile. There are no TYPE_BGR_8 and all other types. Please specify in detail. |
 |
|
xequte
    
39056 Posts |
Posted - Feb 24 2018 : 19:27:12
|
Hi
Please do it as follows:
1. Run Delphi of the same version you use C++
2. Select Tools > Options, Library and ensure the ImageEn source files folder is listed in your "Library path". The source files will be located under the folder that you installed ImageEn, e.g. C:\Program Files (x86)\ImageEn\Source\
3. Open and compile PKIECTRL*.DPK and PKIEDB*.DPK (where * is the version number for your Delphi/C++ builder product, e.g. DPKIECTRL16.BPL for Delphi XE2). The DPK files will be in a folder under the \Source\ with the name of the Delphi version
Note: If your source files are located under C:\Program Files (x86)\, then you may need to change the folder permissions to allow write access
4. Open and compile DPKIECTRL*.DPK and DPKIEDB*.DPK
5. Replace the existing ImageEn BPL files (the ones that C++Builder is referencing) with the newly created ones.
Nigel Xequte Software www.imageen.com
|
 |
|
Scally
6 Posts |
Posted - Feb 25 2018 : 04:17:14
|
But I do not have the dpk and pas files. Otherwise, the question would not arise. There are only bpl, lib, dcu, hpp. |
 |
|
xequte
    
39056 Posts |
Posted - Feb 25 2018 : 17:04:13
|
Hi
Did you purchase the source code version of ImageEn (i.e. NOT the Lite version)?
If so, the DPK files will be in a version folder below the source code, e.g. if you installed ImageEn to D:\Components and use XE2, the DPK files will be in:
D:\Components\ImageEn\Source\DelphiXE2
Nigel Xequte Software www.imageen.com
|
 |
|
|
Topic  |
|