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
 Error after rebuild ImageEN
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Xavi

Spain
10 Posts

Posted - Dec 20 2019 :  07:39:09  Show Profile  Reply
Hello

I modified ie.inc to undefined IEEnableShellThumbnails
from
{$DEFINE IEEnableShellThumbnails}
to
{.$DEFINE IEEnableShellThumbnails}

Then build packages
PKIECTRL*.DPK, PKIEDB*.DPK
DPKIECTRL*.DPK and DPKIEDB*.DPK

using
DPKIECTRL12.bdsproj, DPKIEDB12.bdsproj
PKIECtrl12.bdsproj, PKIEDB12.bdsproj

Also I right-click over DPKIECTRL12 and DPKIEDB12 and select install.

I rebuild my own project and still getting error
[ILINK32 Error] Error: Unresolved external 'SHGetImageList' referenced from C:\PROGRAMDATA\IMAGEEN\DELPHI2009\PKIECTRL12.LIB|iexShellThumbnails

I forget something on rebuild process of ImageEN?

Thanks

Xavi

xequte

38191 Posts

Posted - Dec 21 2019 :  12:49:01  Show Profile  Reply
Hi Xavi,

When building, is it using your modified source files, or your existing DCU ones? Check your Delphi folder paths (and maybe delete the old DCU files to be sure).

Nigel
Xequte Software
www.imageen.com
Go to Top of Page

Xavi

Spain
10 Posts

Posted - Dec 23 2019 :  05:26:53  Show Profile  Reply
Hi Nigel

I removed all dcu and obj files from source directory.
When building project PKIECtrl12 I get a lot of errors on iexFolderTree.pas
Taken a lookon this file it is included if IEIncludeShellComponents is defined.
I rebuild projects undefining
IEEnableShellThumbnails (indecatd on previous post)
IEIncludeShellComponents

Regards,

Xavi
Go to Top of Page

Xavi

Spain
10 Posts

Posted - Dec 23 2019 :  07:37:09  Show Profile  Reply
Hi Nigel

I still getting error
[ILINK32 Error] Error: Unresolved external 'SHGetImageList' referenced from C:\PROGRAMDATA\IMAGEEN\DELPHI2009\PKIECTRL12.LIB|iexShellThumbnails

For some unknown reason when generating project only are generated dcu and hpp files. The obj files aren't created.
On source folder there are some obj files but can't be removed because there is not their .pas .c or .cpp file.
I think in this obj files exists a reference to iexShellThumbnails.

Any tip to solve this error?

Best regards,

Xavi
Go to Top of Page

xequte

38191 Posts

Posted - Dec 26 2019 :  20:05:50  Show Profile  Reply
Hi Xavi

You cannot generate your own obj files, you need to use the ones that are supplied by us (they should be in the same folder as your ImageEn source files).

There is certainly no reference to iexShellThumbnails in the obj files.

You should remove the existing ImageEn lib and bpl files too (i.e. PKIECTRL12.LIB).

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: