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
 Undeclared identifier: 'ieaWIA'
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Valery

10 Posts

Posted - Nov 18 2013 :  12:58:42  Show Profile  Reply
unit Unit1;

interface

uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ieview, imageenview, iewia, imageenio, StdCtrls, imageen;

type
TForm1 = class(TForm)
ImageEn1: TImageEn;
Button1: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.DFM}

procedure TForm1.Button1Click(Sender: TObject);
begin
ImageEn1.IO.SelectAcquireSource([ieaWIA]);
end;

end.

[Error] Unit1.pas(29): Undeclared identifier: 'ieaWIA'

Copied from example, but have this error messsage.




w2m

USA
1990 Posts

Posted - Nov 18 2013 :  13:43:55  Show Profile  Reply
You need to add iexAcquire to implementation - uses.

implementation

uses
  iexAcquire;


William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: