bpa wrote: > Maybe I'm misunderstanding something - why do you need to produce a new > .exe for a change required by an installable plugin ?
yes. LMS when transcoding require to use an executable that FindBin could locate in path. In linux C-3PO wrote in Perl and containing only the main is an executable by itself, in Win is not. The easiest way is then to produce an 'exe' with PAR that is like a JAR for java, a simply packed code self-containing all the code tree. That's why I surley could change the source and leave the exe as it is, but I like more the two being in sync. What I need is a PAR module working with PERL 5.14.1 if someone has got it. ________________________________________________________________________ Author of C-3PO plugin, Squeezelite-R2, Falcon Web interface - See www.marcoc1712.it ------------------------------------------------------------------------ marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842 View this thread: http://forums.slimdevices.com/showthread.php?t=105309 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
