Yes, I tried.
Declaring for example "af::array a;" in the global variable section, the dll compiles without any problem or warning.
When I try to load it, it gets stuck in the execution of that command.
So I have to kill the execution of my program.
Do you know a way to declare an "af array" that can be shared among functions inside the dll?
Thank you
Andrea