wppconnect-team / WPP4Delphi

WPP4Delphi is an open-source project with the aim of exporting functions from WhatsApp Web for Delphi, which can be used to support the creation of any interaction.
Apache License 2.0
205 stars 67 forks source link

erro delphi CE 10.3 #8

Closed fraurino closed 2 years ago

fraurino commented 2 years ago

erro ao instalar componente [dcc32 Fatal Error] uTWPPConnect.Classes.pas(40): F1026 File not found: 'TWPPConnectDiretiva.inc' para resolver, tive que comentar a linha

unit uTWPPConnect.Classes; interface ---> //{$I TWPPConnectDiretiva.inc}

mas ao instalar ocorre o erro abaixo


Error

Cannot load package 'TInjectCollection.' It contains unit 'UCSV.Import', which is also contained in package 'TWPP4DelphiCollection'.

OK

como resolver?

fraurino commented 2 years ago

resolvido conseguir removendo o component tInject do Delphi

[Window Title] Information

[Content] Package C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\TWPP4DelphiCollection.bpl has been installed. The following new component(s) have been registered: TWPPConnect.

[OK]

marcelo386 commented 2 years ago

Valeu por reportar