E aí Pessoal, Silvio, você que tanto fala no Zeos/Lazarus/Delphi, pois, 
fui tentar instalar o ZEOS no Delphi 7 e não instala, ele dá erro ao 
compilar o pacote:

package ZTestFramework;
{$LIBSUFFIX '70'}
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES ON}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'Zeos Testing Framework'}
{$IMPLICITBUILD OFF}

requires
   ZComponentDesign,
   rtl,
   dbrtl,
   dsnap,
   dsnapcon,
   vcl,
   vclactnband,
   vclx,
   designide;



//// AQUI ABAIXO, A PASTA TEST NÃO EXISTE, tentei localizar os arquivos 
e não tá em nenhum local



contains
   ZTestConfig in '..\..\test\framework\ZTestConfig.pas',
   ZTestConsts in '..\..\test\framework\ZTestConsts.pas',
   ZTestDefinitions in '..\..\test\framework\ZTestDefinitions.pas',
   ZSqlTestCase in '..\..\test\framework\ZSqlTestCase.pas',
   ZTestCase in '..\..\test\framework\ZTestCase.pas',
   ZBugReport in '..\..\test\framework\ZBugReport.pas',
   ZPerformanceTestCase in '..\..\test\framework\ZPerformanceTestCase.pas',

   MemCheck in '..\..\test\external\MemCheck.pas',

   TestFrameWork in '..\..\test\external\TestFrameWork.pas',
   TextTestRunner in '..\..\test\external\TextTestRunner.pas',
   GUITestRunner in '..\..\test\external\GUITestRunner.pas',
   ZMidasTestServer_TLB in '..\..\test\framework\ZMidasTestServer_TLB.pas',
   ZMidasTestCase in '..\..\test\framework\ZMidasTestCase.pas';

   {ZRemoteDM: TRemoteDataModule;}

end.

Responder a