marcoc1712 wrote: > I'm not aware in how to accomplish that, have you got a working example? > AFAIK the evaluation is made at compile time and the module is then > statically loaded inside the EXE. > If it works could be the best solution.
I'm pretty sure even with an Perl exe you can still dynamically load modules. You could try the example given here https://perlmaven.com/string-eval I haven't built a Perl exe for a v. long time. If you easily try the above "load_on_os" type example, perhaps I can make a test LMS plugin to demonstrate it and it would also validate use on Windows exe. For ways to avoid eval in string mode see https://stackoverflow.com/questions/1917261/how-can-i-dynamically-include-perl-modules-without-using-eval ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=105309 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
