Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem creating SAPI engine

3 views
Skip to first unread message

Philippe Benthien

unread,
Mar 5, 2003, 4:46:07 PM3/5/03
to
must be a stupid mistake, but why does this code generate an access violation?

procedure Tsettings.Button1Click(Sender: TObject);
var
test : TApdSapiEngine;
begin
test:=TApdSapiEngine.create(nil);
showmessage(inttostr(test.ssvoices.count));
end;

0 new messages