Lance, Dave --
I tried to understand performance of long ASCIIZ and found that, for example, following fragment generates GPF
If to add some strings, GPF occurs with less length.
So, I have two questions/suggestions:
1) I'm not against restrictions, but they should be strictly defined in documentation.
2) If compiler is not agree, why it keeps silence ?
I tried to understand performance of long ASCIIZ and found that, for example, following fragment generates GPF
Code:
#Compile Exe #Register None Function PbMain() As Long Dim ab As Asciiz * 1040000 End Function
So, I have two questions/suggestions:
1) I'm not against restrictions, but they should be strictly defined in documentation.
2) If compiler is not agree, why it keeps silence ?
Comment