Quote from
HPW on December 31, 2020, 12:23 pm
Hello,
This is supported nativ. You can call an non-existent function:
Call "YourExtAction"
You put a file without an extension in the path of your final exe (pubdir) named like your function name.
The compiler will complain about missing function.
But on runtime the file will be executed.
Regards
Hans-Peter
Hello,
This is supported nativ. You can call an non-existent function:
Call "YourExtAction"
You put a file without an extension in the path of your final exe (pubdir) named like your function name.
The compiler will complain about missing function.
But on runtime the file will be executed.
Regards
Hans-Peter
Vadim has reacted to this post.