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
 Compiling ImageEn and Folders

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
Fishous Posted - Jan 05 2015 : 09:05:29
I'm totally confused with the folder structure of ImageEn. Normally I have no problems recompiling components by simply opening the DPK and compiling.

I'm trying to recompile in XE5 with the VCL Themes on, but it's been unsuccessful.

My Editor Libary path is D:\CommonControls\ImageEn\Source\ , but I've also tried others.

My folder structure is as follows with the base folder being D:\CommonControls\ImageEn\ :



The help file says to "Open and compile PKIECTRL*.DPK, PKIEDB*.DPK, DPKIECTRL*.DPK and DPKIEDB*.DPK "

ImageEn\Source\DelphiXE5\PKIECtrl19.dpk builds fine.

ImageEn\Source\DelphiXE5\PKIEDB19.dpk fails with:
[dcc32 Fatal Error] PKIEDB19.dpk(43): F1026 File not found: 'D:\CommonControls\ImageEn\Source\DBImageEn.dcu'

ImageEn\Source\DelphiXE5\DPKIECTRL19.dpk fails with
[dcc32 Fatal Error] DPKIECTRL19.dpk(42): F1026 File not found: 'D:\CommonControls\ImageEn\Source\iexActionsRegister.dcu'

Why would this generate the error when D:\CommonControls\ImageEn\Source\iexActionsRegister.pas is right there?

I'm confused by the folder structure with source files being in multiple folders. Obviously the steps in the help file to manually compile are out dated or something.
4   L A T E S T    R E P L I E S    (Newest First)
Fishous Posted - Jan 06 2015 : 04:14:22
I eventually got it to compile. I still don't know why it wasn't finding the stuff with the library paths set.
xequte Posted - Jan 05 2015 : 23:02:05
Hi

Not PKIEDB19.dpk specifically, but I recompile my ImageEn packages several times a month.

My Source folder contains my packages, my source and a GroupProj which compiles each package in turn (I also have a batch file to do it from the command line).



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
Fishous Posted - Jan 05 2015 : 13:08:04
You don't actually try any of this do you?
xequte Posted - Jan 05 2015 : 12:55:02
Hi

Note that you are compiling PKIEDB19.dpk in:

ImageEn\Source\DelphiXE5\

So it is not seeing the source files in:

ImageEn\Source\

So either add that folder to your Delphi library path or - my own preference - copy all of files in the \Source\ folder to the package folder (i.e. \DelphiXE5\ ).


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com