cAlgo and MemoryMappedFile?

Created at 27 Feb 2015, 11:20
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MF

mfedora

Joined 27.02.2015

cAlgo and MemoryMappedFile?
27 Feb 2015, 11:20


cAlgo and MemoryMappedFile?

it`s work?

 

Error:

 MemoryMappedFile sharedMemory = MemoryMappedFile.CreateOrOpen("MemoryFile", size * 2 + 4);


@mfedora
Replies

mfedora
27 Feb 2015, 11:23

RE:

mfedora said:

cAlgo and MemoryMappedFile?

It works?

 

Error:

 MemoryMappedFile sharedMemory = MemoryMappedFile.CreateOrOpen("MemoryFile", size * 2 + 4);

 


@mfedora

Spotware
27 Feb 2015, 15:23

You need to specify AccessRights.Full instead of AccessRights.None in the robot attribute


@Spotware