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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Compiling ImageEn and Folders
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Fishous

USA
11 Posts

Posted - Jan 05 2015 :  09:05:29  Show Profile  Reply
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.

xequte

39140 Posts

Posted - Jan 05 2015 :  12:55:02  Show Profile  Reply
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
Go to Top of Page

Fishous

USA
11 Posts

Posted - Jan 05 2015 :  13:08:04  Show Profile  Reply
You don't actually try any of this do you?
Go to Top of Page

xequte

39140 Posts

Posted - Jan 05 2015 :  23:02:05  Show Profile  Reply
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
Go to Top of Page

Fishous

USA
11 Posts

Posted - Jan 06 2015 :  04:14:22  Show Profile  Reply
I eventually got it to compile. I still don't know why it wasn't finding the stuff with the library paths set.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: