From: Mark D. <mar...@zn...> - 2006-05-13 08:31:27
|
Hi All, Wx::Package::Win32 does not yet work with wxPerl 0.49xx. I have had no time to make and test the changes necessary. I think that if for now you manually bind each of the wxPerl DLLs in perlapp you will get a working package. The problem is that perlapp has built in heuristics to include the wxperl DLLs for versions of wxPerl 0.27 and below. This does not work with wxPerl 0.49. I hope to be able to fix Wx::Package::Win32 before end of May. Regards Mark Ed W wrote: > Mark Wardell wrote: > >> Hi All/Mark, >> >> I am still having problems using PerlApp since using wxPerl 0.4902 >> (now 0.4904), when I exit I get an application error. >> If I build without the --gui option, I see an error when I exit: >> >> "rmtree failed: Directory not empty" > > > It's just one more datapoint, but I got this error when using the > SingleInstanceChecker. Curiously if I delete the single instance > checker well before I shut down the app then all is fine, but if I kill > it during shutdown then I get this error. > > Could this be what you are seeing? > > Ed W |