Good evening everyone
I was trying to compile my executable, adding #pragma directives instead of #AutoIt3Wrapper* directives, and, I don't know why the #pragma compile doesn't add the Author field to the executable.
These are the directives:
#pragma compile(Author, 'Surname Name')
; or
#pragma compile(Author, Surname Name)
and this is the output, in both cases:
- #pragma directive Author found but don't understand it so will ignore: #pragma compile(Author, 'Surname Name')
- #pragma directive Author found but don't understand it so will ignore: #pragma compile(Author, Surname Name)
What am I missing?
Thanks
Francesco