First page Back Continue Last page Overview Image
Lessons learned: Application changes
- Basically, applications can be packaged and deployed without source changes.
- Source changes are required if resources are used.
my $img = getresource("images/logo.png");
- Most likely, the project file tree has to be modified to put resources in the right places.