Array references - page 7

 
Georgiy Merts:

Greetings all.


I wonder if anything has changed in eight years ?

Or, is it still possible to get an array address from OnCalculate() only using msvcrt.dll and memcpy function?

Or is everyone still "dragging" references to arrays through the entire class structure (alternatively, organizing their own arrays and copying the contents every time) ?

Copy :(
 
Aliaksandr Hryshyn:
Copying :(

Piss...

I was about to make an indicator and the question came up again...

Sadly...

Well, I have to use the "short" form OnCalclulate, hoping it works faster than the "long" one, and copy data with CopyXXX

Eh...