Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One useful behaviour unsupported
Message
From
22/10/2004 06:22:19
 
 
To
22/10/2004 04:18:28
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00953256
Message ID:
00953662
Views:
20
>Fabio,
>
>I remeber something the like we got with strong typing.
>
>If we have done something like
>
>
>PARAMETERS;
>tcMurks as CHARACTER,;
>toObject as "someobject" OF "somelongclassname"
>
>
>VFP cuts the PARAMETERS in inherited methods to something shorter then I think 128 Bytes long.

It strengthens the fact that this is a bug.
VFP does not support the splitting of parameters on more lines.

For 128 bytes, it is not a limit.

BUT here i found another bug.

Is The limit the VM code buffer: 8192 bytes ?
Of course, NO.

You can put a 8213 single line on a class method ( more fire a error when i try to close the editor window).
When you open it into a subclass, I found that this it is not managed, then:

with 8186 it is ok, but is it reliable ????
With 8187 or 8188 VFP CRASH with a C5
With 8189 reliable ????
With 8190 reliable ????
With 8191 or more:
- if the default opend method for subclass it is this method
the designer editor open it with BLANK code
- if you go into another method, and with combo reselect this,
VFP fire a error "line is too long"

Then, what is it the upper reliable bound ?? 8000,8100 ???

All much approximate one.

Fabio
Previous
Reply
Map
View

Click here to load this message in the networking platform