Hi,
I am using the supplied sample for HTTP
I have a problem with the following line of code in V6.01:
FileOpen(c1,UploadFile,cRandom)
This builds OK and compiles OK with Optimisation off.
With Optimising ON however, I get an error:
Index was out of Range. Must be non-negative an less than the size of the collection.
Parameter name:Index
This line of code is from the HTTP Sample and compiles - runs fine in V5.x
Any thoughts greatly appreciated.
Best Wishes
Tony Hunt
I am using the supplied sample for HTTP
I have a problem with the following line of code in V6.01:
FileOpen(c1,UploadFile,cRandom)
This builds OK and compiles OK with Optimisation off.
With Optimising ON however, I get an error:
Index was out of Range. Must be non-negative an less than the size of the collection.
Parameter name:Index
This line of code is from the HTTP Sample and compiles - runs fine in V5.x
Any thoughts greatly appreciated.
Best Wishes
Tony Hunt