Hello,
You would need to create a special segment, of sufficient size, within the PRM file for the project. The array variable would then be placed within this segment, by the linker, by using a suitable #pragma, and defining the array as const. It would seem that the initialisation of this array will be somewhat tedious.
Regards,
Mac
Hello,
You would need to create a special segment, of sufficient size, within the PRM file for the project. The array variable would then be placed within this segment, by the linker, by using a suitable #pragma, and defining the array as const. It would seem that the initialisation of this array will be somewhat tedious.
Regards,
Mac