FPawlak - 2020-03-09

Hi guys.
Is it possible to set library parameter based on GVL defined in main project?
I have attached library with library parameter 'controller' as show below. Also in my main project I have defined GVL as

VAR_GLOBAL CONSTANT
    controller : IMemoryController := MemoryController;
END_VAR

But i get errors while compiling project

C0046: Identifier 'GVL' not defined
C0032: Cannot convert type 'Unknown type: 'GVL.controller' to type 'IMemoryController'
 

Last edit: FPawlak 2020-03-09