Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program is too large
Message
De
23/05/2002 03:17:05
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
23/05/2002 02:59:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00660269
Message ID:
00660299
Vues:
14
>>A object can´t do a lot, it can do only a thing. ;-D
>
>That object does miracles for me.
>
>>You can use delegation or implement the bridge pattern, as Claudio say.
>
>That's what I did.

Michel,
I believe it has only one offending procedure that passed the 64K limit. Use strextract() to locate. ie:
lcClassFile = upper(FileToStr('ProcedureFile.prg')) && I guess it's a procedure file already
lnOccurs = ('PROCEDURE',lcClassFile)
for ix = 1 to lnOccurs
 lcProc=strextract(lcClassFile,'PROCEDURE','PROCEDURE',ix,3)
 if len(lcProc) > 65500
    ? mline(lcProc,1)
 endif
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform