Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program is too large
Message
From
23/05/2002 03:17:05
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
23/05/2002 02:59:11
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00660269
Message ID:
00660299
Views:
13
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform