I want to make an application installer of my project, and I need to include a picture that I'm using in the code.
This picture is used both in the vision assistant and in a low level color pattern match.
What I need is some way to reference this picture in my code, so that when I create the installer and the project is installed on another computer, this file will always get referenced.
Can someone please tell me how to do this?
Thanks in advance!