
Tasks and declaration inline
Hi,
i've write a method in order to use it in 3 differents tasks. But during the compilation i obtain 2 warning which said that i need to declare my method 'inline'. When i add inline in front of my declaration the IDE closed after the compilation!!!
and when i change it to :
the IDE exit after or during the compilation
Any idea?
Thanks.