Quando tento compilar o codigo fonte, obtenho essa mensagem de erro, nesta linha
“NFCe.Emissor.pas(754): E2010 Incompatible types: ‘TRetEventoNFeCollectionItem’ and ‘TObject’”
Comentei esse trecho do for, e compilou normalmente.
Versao Instalador: 2.4.3.1
Versão do delphi: Delphi 11 Alexandria Win32
[infNFe]
versao=4.0
Local onde ocorre o erro:
for Evento in NFeConsulta.procEventoNFe do // Nesta linha gera o erro
begin
ProtocoloEvento := TProtocoloEventoNFeDTO.Create;
ProtocoloEvento.evento := TEventoNFeDTO.Create;
ProtocoloEvento.retEvento := TRetornoEventoNFeDTO.Create;
try
ProtocoloEvento.evento.id := Evento.RetEventoNFe.InfEvento.id;
ProtocoloEvento.evento.cOrgao := Evento.RetEventoNFe.InfEvento.cOrgao;