Eu não vi a unit, foi só uma observação. Neste caso vc está certo, é 
melhor não mexer. Também não influi em nada!


André Moraes - Gmail escreveu:
>
>
> Este não é uma unit que foi desenvolvida pelo ACBr. Esta unit faz 
> parte do Jedi Windows API - 
> http://sourceforge.net/projects/jedi-apilib/ 
> <http://sourceforge.net/projects/jedi-apilib/>
>
> Por isso, prefiro não alterar, para quando atualizar este projeto Jedi 
> Windows API não exista conflito.
>
> André F. Moraes
> ----- Original Message -----
> From: EmbarcaDelphi
> To: delphi-br@yahoogrupos.com.br <mailto:delphi-br%40yahoogrupos.com.br>
> Sent: Friday, May 29, 2009 1:38 PM
> Subject: Re: [delphi-br] Projeto ACBrNFe. Mais dúvidas.
>
> André.
>
> [Warning] JwaWinCrypt.
>
> pas(19661): Text after final 'END.' - ignored by compiler
> Mensagens após o end final da unit, não atrapalha em nada o projeto
>
> vc poderia colocar no início da unit (depois do nome da unit) que é o
> correto, e não aparece mais este Warning.
>
> blz.
>
> André Moraes - Gmail escreveu:
> >
> >
> > Vamos as mensagens:
> >
> > AO COMPILAR
> > [Hint] ACBrNFeUtil.pas(1103): Value assigned to 'I' never used
> > [Hint] ACBrNFeUtil.pas(1262): Value assigned to 'I' never used
> > Vou verificar os fontes para retirar a atribuição de I quando não for
> > mais usado.
> >
> > [Hint] ACBrNFeConfiguracoes.pas(82): Private symbol 'FProxyHost'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(83): Private symbol 'FProxyPort'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(83): Private symbol 'FProxyPort'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(84): Private symbol 'FProxyUser'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(85): Private symbol 'FProxyPass'
> > declared but never used
> > Já corrigi nos fontes para quando for a versão CAPICOM não declarar
> > estas propriedades
> >
> > [Warning] ACBrNFeDI.pas(63): Method 'Create' hides virtual method of
> > base type 'TCollectionItem'
> > [Warning] ACBrNFeRef.pas(71): Method 'Create' hides virtual method of
> > base type 'TCollectionItem'
> > Preciso analisar melhor para ver o pq deste warning
> >
> > [Warning] JwaWinCrypt.pas(19661): Text after final 'END.' - ignored by
> > compiler
> > Mensagens após o end final da unit, não atrapalha em nada o projeto
> >
> > [Hint] ACBrNFeWebServices.pas(754): Value assigned to
> > 'TNFeRecepcao.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(992): Value assigned to
> > 'TNFeRetRecepcao.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1032): Value assigned to
> > 'TNFeRecibo.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1132): Value assigned to
> > 'TNFeConsulta.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1240): Value assigned to
> > 'TNFeCancelamento.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1354): Value assigned to
> > 'TNFeInutilizacao.Executar' never used
> > Estas mensagens, o Delphi sempre acusa, mas se retirar as linhas q ele
> > informa como não atribuido o componente não irá funcionar
> >
> > [Warning] Unit 'ACBrNFeRef' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> > [Warning] Unit 'ACBrUtil' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> > Faltou adicionar estas units aos packges do componente(.dpk), vou
> > adicionar e enviar para o SVN.
> >
> > AO INSTALAR
> > [Warning] Unit 'ACBrNFeRef' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> > [Warning] Unit 'ACBrUtil' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> > Faltou adicionar estas units aos packges do componente(.dpk), vou
> > adicionar e enviar para o SVN.
> >
> > Todas as mensagens não afetam o funcionamento do componente, mas vou
> > verificar para evitá-las.
> >
> > André F. Moraes
> >
> > ----- Original Message -----
> > From: Maria das Graças .
> > To: delphi-br@yahoogrupos.com.br 
> <mailto:delphi-br%40yahoogrupos.com.br> 
> <mailto:delphi-br%40yahoogrupos.com.br>
> > Sent: Friday, May 29, 2009 10:52 AM
> > Subject: Re: [delphi-br] Projeto ACBrNFe. Mais dúvidas.
> >
> > André Moraes
> > agradeço muito pelo seu retorno.
> > Instalei o ACBrNFe e:
> >
> > 1-É muito prático fazer o download via SVN
> > 2-É muito fácil a instalação do componente, porque é tudo muito bem
> > documentado
> > 3-Houve uns pequenos hints e warnings durante compilação e instalação.
> > Poderia ver se são normais ou se falta algo no meu computador? Obs.
> > Segui todos os passos da instalação, colocando as dlls no system32
> > antes de adicionar a pasta no Library Path.
> > AO COMPILAR
> > [Hint] ACBrNFeUtil.pas(1103): Value assigned to 'I' never used
> > [Hint] ACBrNFeUtil.pas(1262): Value assigned to 'I' never used
> > [Hint] ACBrNFeConfiguracoes.pas(82): Private symbol 'FProxyHost'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(83): Private symbol 'FProxyPort'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(83): Private symbol 'FProxyPort'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(84): Private symbol 'FProxyUser'
> > declared but never used
> > [Hint] ACBrNFeConfiguracoes.pas(85): Private symbol 'FProxyPass'
> > declared but never used
> > [Warning] ACBrNFeDI.pas(63): Method 'Create' hides virtual method of
> > base type 'TCollectionItem'
> > [Warning] ACBrNFeRef.pas(71): Method 'Create' hides virtual method of
> > base type 'TCollectionItem'
> > [Warning] JwaWinCrypt.pas(19661): Text after final 'END.' - ignored by
> > compiler
> > [Hint] ACBrNFeWebServices.pas(754): Value assigned to
> > 'TNFeRecepcao.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(992): Value assigned to
> > 'TNFeRetRecepcao.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1032): Value assigned to
> > 'TNFeRecibo.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1132): Value assigned to
> > 'TNFeConsulta.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1240): Value assigned to
> > 'TNFeCancelamento.Executar' never used
> > [Hint] ACBrNFeWebServices.pas(1354): Value assigned to
> > 'TNFeInutilizacao.Executar' never used
> > [Warning] Unit 'ACBrNFeRef' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> > [Warning] Unit 'ACBrUtil' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> > AO INSTALAR
> > [Warning] Unit 'ACBrNFeRef' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> > [Warning] Unit 'ACBrUtil' implicitly imported into package
> > 'ACBr_NFe_CAPICOM'
> >
> > Graça
> >
> >
> > Veja quais são os assuntos do momento no Yahoo! +Buscados
> > http://br.maisbuscados.yahoo.com <http://br.maisbuscados.yahoo.com> 
> <http://br.maisbuscados.yahoo.com <http://br.maisbuscados.yahoo.com>>
> >
> > [As partes desta mensagem que não continham texto foram removidas]
> >
>
> .
>
> 

Responder a