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
 Error after rebuild ImageEN

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
Xavi Posted - Dec 20 2019 : 07:39:09
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
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 26 2019 : 20:05:50
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
Xavi Posted - Dec 23 2019 : 07:37:09
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
Xavi Posted - Dec 23 2019 : 05:26:53
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
xequte Posted - Dec 21 2019 : 12:49:01
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