Images, external

I copied the Xojo binary source to another computer. Build resulted in 65 error: missing images. Are the images not part of the original source?

If the source has only pointers to the original I dragged into the source they could be anywhere on my computer.

Is there a SIMPLE way to fix this?

The project only contains the path names, not the images themselves. Depending on where the images are, they could be absolute path names, too.

Keep the images next to the project and move the entire folder. I take an extra step and keep the same folder structure on all machines. Which means I do not keep projects in the user area. Source code goes in a tree anchored at root.

Thanks.

A User Guide on “How to Organize Xojo a Project” would be lots of help.