ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 LCMS and C++ XE2

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
quantuz 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
5   L A T E S T    R E P L I E S    (Newest First)
xequte 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
Scally 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 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 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.
fab 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.