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
 Cannot compile Face

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
yogiyang Posted - Aug 10 2016 : 03:20:17
Hello,

I am getting following erros when trying to compile FaceRecognizer demo source.

I am using IE 6.2.1.

Here are the error messages that I am receiving...
 

[dcc32 Error] umain.pas(117): E2003 Undeclared identifier: 'LoadSnapshot'
[dcc32 Error] umain.pas(128): E2003 Undeclared identifier: 'setEqualizeHistogram'
[dcc32 Error] umain.pas(129): E2003 Undeclared identifier: 'setHaarMinSize'
[dcc32 Error] umain.pas(135): E2010 Incompatible types: 'IStream' and 'PWideChar'
[dcc32 Error] umain.pas(148): E2003 Undeclared identifier: 'SaveSnapshot'
[dcc32 Error] umain.pas(151): E2010 Incompatible types: 'IStream' and 'PWideChar'
[dcc32 Error] umain.pas(218): E2003 Undeclared identifier: 'AssignRect'
[dcc32 Error] umain.pas(218): E2003 Undeclared identifier: 'IEVisionRectToTRect'
[dcc32 Error] umain.pas(227): E2003 Undeclared identifier: 'IndexOf'
[dcc32 Error] umain.pas(230): E2003 Undeclared identifier: 'ImageDictionary'
[dcc32 Error] umain.pas(230): E2066 Missing operator or semicolon
[dcc32 Error] umain.pas(230): E2035 Not enough actual parameters
[dcc32 Error] umain.pas(241): E2003 Undeclared identifier: 'ImageDictionary'
[dcc32 Error] umain.pas(241): E2250 There is no overloaded version of 'CompareText' that can be called with these arguments
[dcc32 Error] umain.pas(241): E2125 EXCEPT or FINALLY expected
[dcc32 Error] umain.pas(247): E2029 '.' expected but ';' found
[dcc32 Error] umain.pas(267): E2003 Undeclared identifier: 'clear'
[dcc32 Error] umain.pas(271): E2003 Undeclared identifier: 'ImageDictionary'
[dcc32 Error] umain.pas(271): E2029 ')' expected but identifier 'GetString' found
[dcc32 Error] umain.pas(271): E2029 'END' expected but ')' found
[dcc32 Error] umain.pas(273): E2029 Declaration expected but identifier 'm_faceRecognizer' found
[dcc32 Fatal Error] FaceRecognizer.dpr(5): F2063 Could not compile used unit 'umain.pas'
Failed
Elapsed time: 00:00:01.7



Please help.

TIA

Yogi Yang


Yogi Yang
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 15 2016 : 21:40:16
Sorry, reviewing the change list, I realize facial recognition was not supported until v6.2.2.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
yogiyang Posted - Aug 15 2016 : 08:30:04
Hello Nigel,

It iexBitmaps header comments are given below:

(* ImageEn Build 6.2.1 *)
(*
Copyright (c) 1998-2015 by Carlotta Calandra. All rights reserved.
Copyright (c) 2011-2015 by Xequte Software.
...
www.ImageEn.com
*)

(*
File version 1001
*)



Yogi Yang
xequte Posted - Aug 10 2016 : 19:41:01
Hi Yogi

Those declarations have been around for a while. Please check iexBitmaps to see what version it is and whether those methods exist. Perhaps you are linking to an old version of ImageEn.



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