I just purchased the DevKit (9.21) and tried a very simple test. I am running perlapp on a 64Bit Ubuntu machine but compiling for Windows 32Bit OS. On first run the app goes and downloads the required Windows cache and then creates the executeable without error. However, when I try and run this on a Windows machine (I have tried many) I get this error:
Error: Can't find perl516.dll. Make sure the ActivePerl bin directory is in you PATH.
I configured the app to be an independent executable so I assumed it would wrap the required dll's into the exe.
Has anyone come across this before?
EDIT: To say I am an idiot is an understatement - turns out the actual working on the checkbox is "Make dependent" not "independent". So, leaving it unticked did what I needed.