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
 E2003 Undeclared identifier: 'loStampMode'

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
jccruz Posted - Oct 21 2019 : 10:14:04
Please, why i am getting this erros message?

E2003 Undeclared identifier: 'loStampMode'

Code:

ieViewFront.LayerOptions := ieViewFront.LayerOptions - [ loStampMode ];


uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, jpeg, ExtCtrls, StdCtrls, Buttons, ComCtrls, ieview, imageenview,
imageenproc, ievect, iemview, ieopensavedlg, hyiedefs, hyieutils,
uAdicionarTeste, uModel, uTestes, uElementosGraficos, uImageEnWrapper, uImageEnViewWrapper, Menus,
ImgList, pngimage, uGeneral, iexBitmaps, iesettings, iexLayers, iexRulers,
System.ImageList, Vcl.ToolWin, Vcl.WinXCtrls;





JCC
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Oct 23 2019 : 15:35:09
Hi

Sorry, loStampMode was added in 8.7.0.

Nigel
Xequte Software
www.imageen.com
jccruz Posted - Oct 23 2019 : 08:22:03
Hello Nigel!

I remove any previous installation and reinstall ImageEN ImageEn_SRC_8.6.0_44317_Setup.exe. It did not work!

Using Notepad++ I used the option "Find in Files" by loStampMode (*.*) in the installation folder and did not return anything.

Any suggestion?



JCC
xequte Posted - Oct 21 2019 : 18:29:02
Hi

loStampMode is in imageenview. As you already have imageenview in your uses, ensure you don't have an old version of ImageEn on your path.

Nigel
Xequte Software
www.imageen.com