It is what I thought…
By default, you load images with full path (X:\folder\file.png)
Try to use relative paths instead (file.png, .\file.png, …\file.png, wherever is is located relatively to your project) 
It is what I thought…
By default, you load images with full path (X:\folder\file.png)
Try to use relative paths instead (file.png, .\file.png, …\file.png, wherever is is located relatively to your project) 