Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Principal > Varios
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Grupo de Teaming del ClubDelphi

 
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 10-03-2005
Avatar de Enan0
Enan0 Enan0 is offline
Miembro
 
Registrado: may 2004
Ubicación: Argentina
Posts: 565
Poder: 20
Enan0 Va por buen camino
Unhappy [Fatal Error]XBSel.pas(1): Line Too long....

Hola buen dia ante todo, estoy teniendo este problema al compilar..
y el error me to tira en el Unit XDBSEl.. y me dice lo sig..
[Fatal Error]XBSel.pas(1): Line Too long ( more than 1023 caract...)

Aqui pego solo un parte del código. alquien tiene alguna idea de que es lo que pasa?!. gracias....

Código Delphi [-]
 unit XDbSel;
 
 interface;
 
 uses
   WinProcs, WinTypes, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, XDb,
   StdCtrls, XDbOdbc, ExtCtrls;
 
 type
   TGetConnectOpt    = (gcoIncludeTtwMedia,gcoOnlyTtwMedia,gcoNoSelectFiles,gcoValidateConnect,gcoNoAdvancedODBC);
   TGetConnectOptSet = set of TGetConnectOpt;
 
   TMediaType        = (mtNative,mtNativeMultiFile,mtODBC);
   TMediaTypeSet     = set of TMediaType;
 
   TFileExt          = (*$IfDef Win32 *) string; (*$Else *) string[3]; (*$EndIf *)
 
   TTTWVersion       = (tv3,tv4,tv5,tv51,tv52,tv60,tv62);
   TTTWVersionSet    = set of TTTWVersion;
 
 const
    cTtwAllVersions = [Low(TTtwVersion)..High(TTtwVersion)];
 
 (*#Trans - *)
 Const
   TtwMedia          = 'TtwMedia';
   cTtwVerPrefix     = 'Ver. ';
   cTtwVerStr        : Array[TTtwVersion] of String[4] = ('3.00','4.00','5.00','5.10','5.20', '6.00', '6.20');
   cTtwFileVerStr    : Array[TTtwVersion] of String[4] = ('T300','T400','T500','T510','T520', 'T600', 'T620');
 (*#Trans + *)
Responder Con Cita
 



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro


La franja horaria es GMT +2. Ahora son las 22:21:32.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi